Skip to content

Commit

Permalink
Fix pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
schymans committed May 12, 2020
1 parent 7018388 commit 5ea3c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions essm/_generator.py
Expand Up @@ -233,7 +233,7 @@ def newvar(
self._imports['sympy.physics.units'].add(str(arg))

def var(self, var1):
""" Add pre-defined variable to writer.
"""Add pre-defined variable to writer.
Example:
Expand Down Expand Up @@ -406,7 +406,6 @@ def eq(self, eq1):
writer.eq(eq_Cwl)
print(writer)
"""

dict_attr = eq1.definition.__dict__
int_vars = set(dict_attr.keys()) - \
{'__module__', '__doc__', 'name', 'expr'}
Expand Down

0 comments on commit 5ea3c50

Please sign in to comment.