From 30e7dcabb46eee06adb02938ef7f5705f2a30025 Mon Sep 17 00:00:00 2001 From: lukasturcani Date: Thu, 5 May 2022 19:34:42 +0000 Subject: [PATCH] Format code --- src/stk/molecular/topology_graphs/host_guest/complex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stk/molecular/topology_graphs/host_guest/complex.py b/src/stk/molecular/topology_graphs/host_guest/complex.py index 88a2fb529..293094c25 100644 --- a/src/stk/molecular/topology_graphs/host_guest/complex.py +++ b/src/stk/molecular/topology_graphs/host_guest/complex.py @@ -6,8 +6,8 @@ from __future__ import annotations -from collections import abc import typing +from collections import abc from ...molecules import BuildingBlock from ...reactions import GenericReactionFactory