Skip to content

Commit bf76348

Browse files
committed
lint
1 parent 155052a commit bf76348

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/compas_rhino/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
# =============================================================================
6161
# =============================================================================
6262

63+
6364
def clear(guids=None):
6465
import compas_rhino.objects
6566

src/compas_rhino/devtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def stop_watcher(self):
125125
self.watcher.Changed
126126
self.watcher.Dispose()
127127
del self.watcher
128-
except: # noqa : E722
128+
except: # noqa : E722
129129
pass
130130
self.watcher = None
131131

0 commit comments

Comments
 (0)