resolve circular imports

This commit is contained in:
Pim Nelissen
2026-01-31 10:01:54 +01:00
parent a4e965c9d6
commit 85f80ace97
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import logging import logging
import logging.config
import pathlib import pathlib
import yaml import yaml

View File

@ -1,6 +1,6 @@
import logging import logging
from pg_rad.objects import Object from .objects import Object
from pg_rad.isotopes import Isotope from pg_rad.isotopes import Isotope
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)