Skip to content
Snippets Groups Projects
Commit 98424461 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix linting

parent a054a0ec
No related branches found
No related tags found
1 merge request!92Resolve L2SS-1582 "Migrate case insensitive dict from station control"
Pipeline #83789 passed
...@@ -52,6 +52,7 @@ class ReversibleIterator: ...@@ -52,6 +52,7 @@ class ReversibleIterator:
class AbstractReversibleView(abc.ABC): class AbstractReversibleView(abc.ABC):
"""An abstract reversible view""" """An abstract reversible view"""
def __init__(self, data: UserDict): def __init__(self, data: UserDict):
self.data = data self.data = data
self.len = len(data) self.len = len(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment