From aef22e48a775c72b4e21aacf8109eae7e1f281ea Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 25 Mar 2022 10:16:58 +0000 Subject: [PATCH] adding name space to import Co-authored-by: Paul Romano --- openmc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/settings.py b/openmc/settings.py index 75c04a6374..da6ab3c46a 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -1,5 +1,5 @@ import os -import typing as typing # imported separately as py3.8 requires typing.Iterable +import typing # imported separately as py3.8 requires typing.Iterable from collections.abc import Iterable, Mapping, MutableSequence from enum import Enum from math import ceil