about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-11-11 22:46:29 +0100
committertoonn <toonn@toonn.io>2020-11-11 22:46:29 +0100
commit4984fafed9018f80a2af03ecd8862fd449e2a87c (patch)
tree866a949fd1430e59076279521aab8ac6c0856d26
parent94e823c17cf408827551efd8e3ce9ae77f865519 (diff)
downloadranger-4984fafed9018f80a2af03ecd8862fd449e2a87c.tar.gz
Fix test_py2_compat formatting
-rw-r--r--tests/pylint/test_py2_compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pylint/test_py2_compat.py b/tests/pylint/test_py2_compat.py
index 08c8de31..bd1ace65 100644
--- a/tests/pylint/test_py2_compat.py
+++ b/tests/pylint/test_py2_compat.py
@@ -8,6 +8,7 @@ import pylint.testutils
 from sys import version_info
 PY2 = version_info[0] < 3
 
+
 class TestPy2CompatibilityChecker(pylint.testutils.CheckerTestCase):
     CHECKER_CLASS = py2_compat.Py2CompatibilityChecker
 
4dbd4c77d18b906fd185c762f613b36baa0'>1baa04db ^
eb917331 ^
4ba60f35 ^
1baa04db ^
3cc643be ^

1baa04db ^

3cc643be ^
2b59e065 ^
4ba60f35 ^
eb917331 ^
1baa04db ^

3cc643be ^
1baa04db ^

3cc643be ^

1baa04db ^
3cc643be ^





1baa04db ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^



445bc53e ^

61c021fd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79