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={