From 5bd474db3e9384c47be7dc655457aff98c433be9 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Fri, 14 Jun 2024 16:23:06 -0500 Subject: [PATCH] --amend --- bolt-pytest/bolt/pytest/cli.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bolt-pytest/bolt/pytest/cli.py b/bolt-pytest/bolt/pytest/cli.py index 5c4d2d287d..9bf9d7e821 100644 --- a/bolt-pytest/bolt/pytest/cli.py +++ b/bolt-pytest/bolt/pytest/cli.py @@ -6,11 +6,6 @@ from bolt.runtime import settings -try: - from bolt.dev.services import Services -except ImportError: - Services = None - @click.command( context_settings={