Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
awarde96 committed Aug 6, 2024
1 parent 7611375 commit ed73aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covjsonkit/encoder/encoder.py
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ def __init__(self, type, domaintype):
# Trajectory not yet implemented in covjson-pydantic
if self.domaintype != "Trajectory":
self.pydantic_coverage = CoverageCollection(
type=type, coverages=[], domainType=self.domaintype, parameters={}, referencing=[]
type=type, coverages=[], domainType=self.domaintype, parameters={}, referencing=[]
)
self.parameters = []

0 comments on commit ed73aff

Please sign in to comment.