Skip to content

Commit 5381849

Browse files
committed
fixed lint issue
Signed-off-by: Eric Reinecke <reinecke.eric@gmail.com>
1 parent bee0789 commit 5381849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ale_adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
EXAMPLE_BLANK_PATH = os.path.join(SAMPLE_DATA_DIR, "sample_blanks.ale")
1818
EXAMPLE_NO_BLANKS = os.path.join(SAMPLE_DATA_DIR, "sample_no_blanks.ale")
1919

20+
2021
class ALEAdapterTest(unittest.TestCase):
2122

2223
def test_ale_read(self):

0 commit comments

Comments
 (0)