Skip to content

Commit 4cf0a67

Browse files
committed
explicitly import subprocess
1 parent 6a3d6ca commit 4cf0a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeroconf/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from time import sleep
22
import socket
33
import shlex
4+
import subprocess
45
from zeroconf import ServiceBrowser, ServiceStateChange, Zeroconf
56
from subprocess import Popen, PIPE
67
import xmltodict

0 commit comments

Comments
 (0)