Skip to content

Commit

Permalink
Merge pull request #35 from egodin/patch-1
Browse files Browse the repository at this point in the history
fix module import for inspect.getargspec()
  • Loading branch information
dhondta committed Feb 25, 2023
2 parents 5542540 + 80b0ec6 commit b9c52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sploitkit/core/components/validator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: UTF-8 -*-
import shlex
from inspect import getargspec
from inspect import getfullargspec
from prompt_toolkit.validation import Validator, ValidationError


Expand Down

0 comments on commit b9c52f4

Please sign in to comment.