Skip to content

Commit 97a9165

Browse files
authored
Remove unused import from installation.rst (#1648)
1 parent 9721efe commit 97a9165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ option.
138138
If using Docker the following will set your ``INTERNAL_IPS`` correctly in Debug mode::
139139

140140
if DEBUG:
141-
import os # only if you haven't already imported this
142141
import socket # only if you haven't already imported this
143142
hostname, _, ips = socket.gethostbyname_ex(socket.gethostname())
144143
INTERNAL_IPS = [ip[: ip.rfind(".")] + ".1" for ip in ips] + ["127.0.0.1", "10.0.2.2"]

0 commit comments

Comments
 (0)