Skip to content

Commit

Permalink
Remove unused import of safety package in utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarmack committed Jul 26, 2022
1 parent efcb321 commit e010baa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion safety/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from packaging.version import parse as parse_version
from ruamel.yaml import YAML
from ruamel.yaml.error import MarkedYAMLError
import safety

from safety.constants import EXIT_CODE_FAILURE, EXIT_CODE_OK
from safety.models import Package, RequirementFile
Expand Down

0 comments on commit e010baa

Please sign in to comment.