Skip to content

Commit fbd7061

Browse files
committed
Change import spelling
With the bump to Poetry >=2, the import needs the dot. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 1c5c677 commit fbd7061

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

case_viewer/case_viewer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#from PyQt5 import QtCore
2929
import logging
3030

31-
from lib import JSONLD, get_attribute, get_optional_integer_attribute, \
31+
from .lib import JSONLD, get_attribute, get_optional_integer_attribute, \
3232
get_optional_string_attribute, get_optional_dict_attribute, \
3333
get_optional_list_attribute
3434

@@ -2173,4 +2173,4 @@ def main():
21732173
sys.exit(app.exec())
21742174

21752175
if __name__ == '__main__':
2176-
main()
2176+
main()

0 commit comments

Comments
 (0)