Skip to content

Commit f419bc9

Browse files
committed
added type to naming
1 parent 8dba610 commit f419bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ukrdc_sqla/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class RelationshipType:
99

1010

1111
@dataclass
12-
class CodeMapFacility:
12+
class CodeMapFacilityType:
1313
"""Links to the code_map table, source_coding_standard and destination_coding_standard columns"""
1414
satellite: str = "RR1+_SATELLITE"
1515
main: str = "RR1+_MAIN"

0 commit comments

Comments
 (0)