Skip to content

Commit 1f47296

Browse files
committed
Fix circular import issue (#894)
1 parent 7e6bf3d commit 1f47296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hexrd/hedm/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
open_file = open
1616

1717

18-
def open(file_name=None) -> list[root.RootConfig]:
18+
def open(file_name=None) -> list['root.RootConfig']:
1919
"""
2020
Reads configuration settings from a yaml file.
2121

0 commit comments

Comments
 (0)