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 20, 2024
1 parent 2505bc8 commit 783a96e
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 783a96e

Please sign in to comment.