mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Update transformations.py
Style changes
This commit is contained in:
@@ -114,7 +114,7 @@ class TagInterpreter:
|
||||
def generic_visit(self, node, visited_children):
|
||||
return visited_children or node
|
||||
|
||||
def __init__(self, ignore_muted = True):
|
||||
def __init__(self, ignore_muted=True):
|
||||
self.visitor = TagInterpreter.TagListVisitor()
|
||||
self.ignore_muted = ignore_muted
|
||||
|
||||
@@ -172,7 +172,7 @@ class TagInterpreter:
|
||||
|
||||
return dict(events=transformed)
|
||||
|
||||
def effective_timespan_tags_at_time(self, rules, time):
|
||||
def effective_timespan_tags_at_time(_, rules, time) -> dict:
|
||||
retval = dict()
|
||||
|
||||
for rule in rules:
|
||||
|
||||
Reference in New Issue
Block a user