Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Zolotukhin committed Oct 19, 2022
1 parent d712c87 commit b0fc31d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crosspm/adapters/artifactoryaql.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from crosspm.adapters.common import BaseAdapter
from crosspm.helpers.exceptions import * # noqa
from crosspm.helpers.package import Package
from crosspm.helpers.config import CROSSPM_DEPENDENCY_LOCK_FILENAME


CHUNK_SIZE = 1024
Expand Down
1 change: 0 additions & 1 deletion crosspm/adapters/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from crosspm.adapters.common import BaseAdapter
from crosspm.helpers.exceptions import * # noqa
from crosspm.helpers.package import Package
from crosspm.helpers.config import CROSSPM_DEPENDENCY_LOCK_FILENAME
import os

CHUNK_SIZE = 1024
Expand Down

0 comments on commit b0fc31d

Please sign in to comment.