From 351060a82ec493a47abcb434424ec7dbcd8f6dd4 Mon Sep 17 00:00:00 2001 From: Krzysztof Maziarz Date: Mon, 4 Sep 2023 11:57:45 +0000 Subject: [PATCH] fix(node_evaluation): Make things run under Python 3.7 --- syntheseus/search/node_evaluation/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntheseus/search/node_evaluation/common.py b/syntheseus/search/node_evaluation/common.py index 8c45c60a..f5d064b2 100644 --- a/syntheseus/search/node_evaluation/common.py +++ b/syntheseus/search/node_evaluation/common.py @@ -1,5 +1,7 @@ """Common node evaluation functions.""" +from __future__ import annotations + from collections.abc import Sequence from syntheseus.search.chem import BackwardReaction