mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-02 09:50:48 +00:00
Update transformations.py
Style changes
This commit is contained in:
@@ -172,7 +172,7 @@ class TagInterpreter:
|
|||||||
|
|
||||||
return dict(events=transformed)
|
return dict(events=transformed)
|
||||||
|
|
||||||
def effective_timespan_tags_at_time(self, rules, time):
|
def effective_timespan_tags_at_time(_, rules, time) -> dict:
|
||||||
retval = dict()
|
retval = dict()
|
||||||
|
|
||||||
for rule in rules:
|
for rule in rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user