Skip to content

Commit 4a289b8

Browse files
committed
Minor cleanup based on pyflakes feedback
- Legacy-Id: 188
1 parent 186f3f3 commit 4a289b8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ietf/utils/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@
44
from templated_form import makeTemplatedForm
55

66
makeFormattingForm = makeTemplatedForm
7+
8+
__all__ = ["orl", "flattenl", "log", "FKAsOneToOne", "makeTemplatedForm", "makeFormattingForm"]
9+
10+
# See http://docs.python.org/tut/node8.html regarding the use of __all__ and
11+
# also regarding the practice of using "from xxx import *" in interactive
12+
# sessions vs. in source files.
13+
14+

0 commit comments

Comments
 (0)