From 7233a82c3feda2f90fef8416a200e2a5b23a47e3 Mon Sep 17 00:00:00 2001 From: Jochen Sieg Date: Mon, 18 Nov 2024 16:14:52 +0100 Subject: [PATCH] isort --- molpipeline/any2mol/smiles2mol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molpipeline/any2mol/smiles2mol.py b/molpipeline/any2mol/smiles2mol.py index 780692c1..34d0d31d 100644 --- a/molpipeline/any2mol/smiles2mol.py +++ b/molpipeline/any2mol/smiles2mol.py @@ -2,7 +2,7 @@ from __future__ import annotations -from typing import Optional, Any +from typing import Any, Optional try: from typing import Self # type: ignore[attr-defined]