Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
Signed-off-by: chandanchowdhury <[email protected]>
  • Loading branch information
chandanchowdhury committed Nov 27, 2024
1 parent 80e33e4 commit 1206082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cartography/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import argparse
import getpass
import logging
import logging.config
import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion logging.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ level=DEBUG
class=StreamHandler
args=(sys.stdout,)
formatter=simple
level=INFO
level=INFO

0 comments on commit 1206082

Please sign in to comment.