Skip to content

Commit

Permalink
Quick fix for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Mar 4, 2022
1 parent ee79c16 commit dde5f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyenzyme/enzymeml/databases/dataverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def uploadToDataverse(


def create_enzymeml_metadatablock(
enzmldoc: "EnzymeMLDocument",
) -> "EnzymeMl": # noqa: F821
enzmldoc,
):

# Initialize the EnzymeML metadatablock
enzml_meta = EnzymeMl()
Expand Down

0 comments on commit dde5f71

Please sign in to comment.