Black tests and setup.py (#1657)

This commit is contained in:
Will
2018-05-14 19:09:54 -04:00
committed by Tobotimus
parent b88b5a2601
commit e01cdbb091
12 changed files with 149 additions and 150 deletions

View File

@@ -2,5 +2,5 @@ from redbot import core
def test_version_working():
assert hasattr(core, '__version__')
assert hasattr(core, "__version__")
assert core.__version__[0] == "3"