Skip to content

Commit

Permalink
Make formatter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
shirte committed May 28, 2024
1 parent ba67bb9 commit 9c908fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nerdd_module/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ class Problem(NamedTuple):
InvalidSmiles = lambda: Problem(type="invalid_smiles", message="Invalid SMILES string")

UnknownProblem = lambda: Problem(type="unknown", message="Unknown error occurred")

0 comments on commit 9c908fb

Please sign in to comment.