Skip to content

Commit f944e45

Browse files
committed
Fixed import of settings
1 parent 2305e8e commit f944e45

File tree

1 file changed

+1
-1
lines changed
  • libra_toolbox/neutron_detection/activation_foils

1 file changed

+1
-1
lines changed

libra_toolbox/neutron_detection/activation_foils/foils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
import datetime
33
from zoneinfo import ZoneInfo
4-
from settings import ureg
4+
from .settings import ureg
55

66

77
def convert_to_datetime(time:str, tzinfo=ZoneInfo('America/New_York')):

0 commit comments

Comments
 (0)