Fix flake8 errors

This commit is contained in:
Joe Rickerby
2020-11-23 21:06:36 +00:00
parent f8a4fbe42d
commit c2a7cdf98a
-2
View File
@@ -191,5 +191,3 @@ def detect_ci_provider() -> Optional[CIProvider]:
return CIProvider.other
else:
return None