Skip to content

Commit

Permalink
fix(node_evaluation): Make things run under Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaziarz committed Sep 4, 2023
1 parent 202d352 commit 351060a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syntheseus/search/node_evaluation/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Common node evaluation functions."""

from __future__ import annotations

from collections.abc import Sequence

from syntheseus.search.chem import BackwardReaction
Expand Down

0 comments on commit 351060a

Please sign in to comment.