Ran flake8 and black against tests.

This commit is contained in:
Mark Wolfman
2021-04-16 11:28:05 -05:00
parent 0c3dbc73fc
commit e5ec51b0e7
11 changed files with 278 additions and 207 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
from unittest import TestCase
from dungeonsheets import monsters, exceptions
from dungeonsheets import monsters
class MonsterTestCase(TestCase):