Skip to content

Commit

Permalink
fix flake8 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaitre314 committed Oct 6, 2022
1 parent 9d46913 commit faa94a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picklescan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import sys

from .scanner import SafetyLevel, scan_directory_path
from .scanner import scan_directory_path
from .scanner import scan_file_path
from .scanner import scan_url
from .scanner import scan_huggingface_model
Expand Down

0 comments on commit faa94a5

Please sign in to comment.