Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed May 13, 2024
1 parent c80c496 commit d314fc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions src/dodal/cli.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import importlib

import click

from dodal.beamlines import ALL_BEAMLINES
from dodal.beamlines.beamline_utils import (
DEFAULT_CONNECTION_TIMEOUT,
wait_for_connection,
)
from dodal.utils import make_all_devices

from . import __version__
Expand Down
4 changes: 0 additions & 4 deletions tests/unit_tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import re
import subprocess
import sys
import traceback
from unittest.mock import patch

import pytest
Expand Down

0 comments on commit d314fc5

Please sign in to comment.