mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix remaining flake8 warnings
This commit is contained in:
parent
c953931621
commit
d01648d637
28 changed files with 328 additions and 310 deletions
|
@ -128,6 +128,7 @@ class TestPrinter:
|
|||
def to_string(self):
|
||||
return "[UNKNOWN - type = {0}]".format(str(self.val.type))
|
||||
|
||||
|
||||
type_map = [
|
||||
('struct Au', AuPrinter),
|
||||
('FlowFlags', BitFieldU8Printer),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue