We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01185 commit 3f5d095Copy full SHA for 3f5d095
3 files changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.1.10"
+version = "2.1.11"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.1.10'
+__version__ = '2.1.11'
socketsecurity/socketcli.py
@@ -6,8 +6,6 @@
from git import InvalidGitRepositoryError, NoSuchPathError
from socketdev import socketdev
from socketdev.fullscans import FullScanParams
-
-from core.exceptions import APIFailure
from socketsecurity.config import CliConfig
from socketsecurity.core import Core
13
from socketsecurity.core.classes import Diff
0 commit comments