Skip to content

Commit f8e9ec4

Browse files
committed
ruff
1 parent f419bc9 commit f8e9ec4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ukrdc_sqla/utils/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
@dataclass
55
class RelationshipType:
66
"""Links to the vwe_facility_relationship table, relationshiptype column"""
7+
78
feedshare: str = "FEED-SHARE"
89
main_satellite: str = "MAIN-SATELLITE"
910

1011

1112
@dataclass
1213
class CodeMapFacilityType:
1314
"""Links to the code_map table, source_coding_standard and destination_coding_standard columns"""
15+
1416
satellite: str = "RR1+_SATELLITE"
1517
main: str = "RR1+_MAIN"
1618
feedshare_child: str = "RR1+_FEEDSHARE_CHILD"
17-
feedshare_parent: str = "RR1+_FEEDSHARE_PARENT"
19+
feedshare_parent: str = "RR1+_FEEDSHARE_PARENT"

0 commit comments

Comments
 (0)