Skip to content

Commit

Permalink
fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinstadler committed Mar 2, 2021
1 parent d7a15e3 commit 3efd432
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/source/notebooks/stressor_characterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

import pandas as pd


import pymrio
from pymrio.core.constants import PYMRIO_PATH # noqa

Expand Down Expand Up @@ -173,4 +172,3 @@
# For further information see the characterization docstring:

print(io.emissions.characterize.__doc__)

1 change: 0 additions & 1 deletion pymrio/core/mriosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,6 @@ def characterize(
},
)


if _meta:
_meta._add_modify(
f"Calculated characterized accounts {name} from {self.name}"
Expand Down

0 comments on commit 3efd432

Please sign in to comment.