diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2020-06-21 03:34:22 +0200 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2020-06-21 03:34:32 +0200 |
commit | d01648d637a350af0cb81470f956cc5edd18a9a4 (patch) | |
tree | 348d75fe9d3e63fd4bb8ff2506db6606a12e56fd /etc/servo_gdb.py | |
parent | c953931621679f37fa31a1dc5f00ebb9f0c204e0 (diff) | |
download | servo-d01648d637a350af0cb81470f956cc5edd18a9a4.tar.gz servo-d01648d637a350af0cb81470f956cc5edd18a9a4.zip |
Fix remaining flake8 warnings
Diffstat (limited to 'etc/servo_gdb.py')
-rw-r--r-- | etc/servo_gdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/servo_gdb.py b/etc/servo_gdb.py index 31f2a8962d9..0d535b1b279 100644 --- a/etc/servo_gdb.py +++ b/etc/servo_gdb.py @@ -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), |