Skip to content

Commit

Permalink
remove stale six import
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Apr 28, 2024
1 parent 80b7662 commit 17c7f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocsuite3/lib/core/update.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pocsuite3.lib.core.data import logger, conf
from six.moves.xmlrpc_client import ServerProxy
from xmlrpc.client import ServerProxy
from packaging.version import parse as parse_version
from pocsuite3 import __version__

Expand Down

0 comments on commit 17c7f43

Please sign in to comment.