Skip to content

Commit e65ed00

Browse files
committed
small import fix
1 parent d5225be commit e65ed00

File tree

1 file changed

+2
-2
lines changed
  • lite_bootstrap/bootstrappers

1 file changed

+2
-2
lines changed

lite_bootstrap/bootstrappers/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
import typing
44
import warnings
55

6-
import structlog
7-
86
from lite_bootstrap.instruments.base import BaseConfig, BaseInstrument
97
from lite_bootstrap.types import ApplicationT
108

119

1210
try:
11+
import structlog
12+
1313
logger = structlog.getLogger(__name__)
1414
except ImportError:
1515
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)