[Git][NTPsec/ntpsec][master] PEP8: E401 multiple imports on one line

Matt Selsky gitlab at mg.gitlab.com
Thu Jan 5 07:11:54 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
56303587 by Matt Selsky at 2017-01-05T02:11:12-05:00
PEP8: E401 multiple imports on one line

- - - - -


1 changed file:

- attic/calc_tickadj/calc_tickadj


Changes:

=====================================
attic/calc_tickadj/calc_tickadj
=====================================
--- a/attic/calc_tickadj/calc_tickadj
+++ b/attic/calc_tickadj/calc_tickadj
@@ -23,7 +23,10 @@ hyphen and the flag character.
 
 from __future__ import print_function, division
 
-import sys, getopt, re, os
+import getopt
+import os
+import re
+import sys
 
 if __name__ == '__main__':
     try:



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/563035874aea5da443b00e4babec32bcff2cb0e3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170105/128bd8ad/attachment.html>


More information about the vc mailing list