Skip to content

Commit fc91f6f

Browse files
committed
Fixing slight errors
1 parent 247f9b8 commit fc91f6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.1
1+
6

conditional/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def database_processor(logger, log_method, event_dict): # pylint: disable=unuse
8787

8888
logger = structlog.get_logger()
8989

90+
# pylint: disable=wrong-import-order
9091
from conditional.util.auth import get_user
9192

9293
from .blueprints.dashboard import dashboard_bp # pylint: disable=ungrouped-imports

0 commit comments

Comments
 (0)