Skip to content

Commit 7a1cad1

Browse files
committed
moar lint
1 parent bf76348 commit 7a1cad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/devtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"DevTools",
66
]
77

8+
89
class DevTools(object):
910
"""Tools for working with Python code in development mode, unloading, and reloading code."""
1011

@@ -131,4 +132,3 @@ def stop_watcher(self):
131132

132133

133134
unload_modules = DevTools.unload_modules
134-

0 commit comments

Comments
 (0)