Skip to content

Commit f1f679d

Browse files
committed
Remove unused imports
1 parent fa8da9a commit f1f679d

File tree

1 file changed

+0
-2
lines changed
  • src/labthings_fastapi/server

1 file changed

+0
-2
lines changed

src/labthings_fastapi/server/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"""
2020

2121
from argparse import ArgumentParser, Namespace
22-
import logging
2322
import sys
2423
from typing import Literal, Optional, overload
2524

@@ -29,7 +28,6 @@
2928
from . import ThingServer
3029
from . import fallback
3130
from .config_model import ThingServerConfig, ThingImportFailure
32-
from ..logs import configure_thing_logger
3331

3432

3533
def get_default_parser() -> ArgumentParser:

0 commit comments

Comments
 (0)