Skip to content

Commit f3086cb

Browse files
committed
fix: flake8 error
1 parent c34ecb4 commit f3086cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pocsuite3/lib/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def minimum_version_required(ver):
287287
v1, v2 = parse_version(ver), parse_version(__version__)
288288
if v1 > v2:
289289
logger.warning(f'The minimum version required for this PoC plugin is {ver}, '
290-
f'you installed {__version__}, please consider upgrading pocsuite3.')
290+
f'you installed {__version__}, please consider upgrading pocsuite3.')
291291
from pocsuite3.lib.core.data import conf
292292
from pocsuite3.lib.core.update import update
293293
conf.update_all = True

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ pycryptodomex >= 3.9.0
1414
dacite >= 1.6.0
1515
PyYAML >= 6.0
1616
lxml >= 4.6.0
17+
mmh3 >= 3.0.0

0 commit comments

Comments
 (0)