1
0

docstrings, import sorting

This commit is contained in:
thurask
2018-02-05 19:03:25 -05:00
parent 808282c347
commit 58a270275d
7 changed files with 20 additions and 15 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import enum
import requests
from . import (dumpmgr, servervote, tclcheck,
tclchecksum, tclencheader, tclrequest)
from . import (dumpmgr, servervote, tclcheck, tclchecksum, tclencheader,
tclrequest)
def default_enum(enumname, vardict, qualroot="tcllib.FotaCheck"):