Fix some flake8 spam. NFC.

This commit is contained in:
Arthur O'Dwyer
2017-04-17 23:21:44 -07:00
parent 7388eaec54
commit f08c57fac3
4 changed files with 10 additions and 3 deletions

View File

@ -14,6 +14,7 @@ from correspondence import Correspondence
from workspaceFormulas import chooseUnmodifiedObject
from workspaceFormulas import chooseBondFacet
def codelet(name):
"""Decorator for otherwise-unused functions that are in fact used as codelet behaviors"""
def wrap(f):
@ -23,6 +24,7 @@ def codelet(name):
return f
return wrap
# some methods common to the codelets
def __showWhichStringObjectIsFrom(structure):
if not structure: