Skip to content

Commit

Permalink
WAN_IP Test: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ingrinder committed Jan 19, 2024
1 parent 9b1e849 commit bddab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archey/test/entries/test_archey_wan_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import unittest
from socket import timeout as SocketTimeoutError
from subprocess import CalledProcessError, TimeoutExpired
from unittest.mock import MagicMock, Mock, patch
from unittest.mock import Mock, patch

from archey.configuration import DEFAULT_CONFIG
from archey.entries.wan_ip import WanIP
Expand Down

0 comments on commit bddab3f

Please sign in to comment.