Skip to content

Commit 00ca2a3

Browse files
authored
Fixed breaking import (#91)
1 parent ec01185 commit 00ca2a3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.1.10"
9+
version = "2.1.11"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.1.10'
2+
__version__ = '2.1.11'

socketsecurity/socketcli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from git import InvalidGitRepositoryError, NoSuchPathError
77
from socketdev import socketdev
88
from socketdev.fullscans import FullScanParams
9-
10-
from core.exceptions import APIFailure
119
from socketsecurity.config import CliConfig
1210
from socketsecurity.core import Core
1311
from socketsecurity.core.classes import Diff

0 commit comments

Comments
 (0)