Flake8 tag

This commit is contained in:
Veronica K. B. Olsen
2020-10-22 22:34:31 +02:00
parent 92610ca88a
commit 56cbf86df4
+1 -1
View File
@@ -326,7 +326,7 @@ if __name__ == "__main__":
sys.exit(0)
# Run the standard setup
import setuptools
import setuptools # noqa: F401
setuptools.setup()
# END Main