Browse Source

Move to explicit imports

Michael Kaye 5 years ago
parent
commit
f9ccb989f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sydent/http/servlets/infoservlet.py

+ 1 - 1
sydent/http/servlets/infoservlet.py

@@ -22,7 +22,7 @@ import re
 import copy
 import yaml
 
-from netaddr import *
+from netaddr import IPAddress
 from sydent.db.invite_tokens import JoinTokenStore
 from sydent.http.servlets import get_args, jsonwrap, send_cors