Skip to content

Commit 239549f

Browse files
committed
fix: fixing linting issue
1 parent 06b0b38 commit 239549f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/corva/logger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import contextlib
2-
import os
32
import logging
4-
import logging.config
3+
import os
54
import sys
65
import time
76
from typing import Optional

0 commit comments

Comments
 (0)