mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +01:00
resolve circular imports
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import logging
|
||||
import logging.config
|
||||
import pathlib
|
||||
|
||||
import yaml
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import logging
|
||||
|
||||
from pg_rad.objects import Object
|
||||
from .objects import Object
|
||||
from pg_rad.isotopes import Isotope
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user