Skip to content

Commit

Permalink
(utils) Fix imports
Browse files Browse the repository at this point in the history
agentconffile is already in lib
  • Loading branch information
neoclust committed Dec 12, 2023
1 parent 8d61372 commit 6940397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse_xmpp_agent/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import hashlib
import base64
import pickle
from lib.agentconffile import conffilename
from agentconffile import conffilename
import socket
import psutil
import time
Expand Down

0 comments on commit 6940397

Please sign in to comment.