Files
@ 8c99d5d8eb0e
Branch filter:
Location: kallithea/scripts/make-release
8c99d5d8eb0e
2.4 KiB
text/plain
cleanup: fix db.py "import *"
pyflakes rightfully complains about wildcard imports. But we like to keep the
short names, so let's just be explicit about which names we import.
pyflakes rightfully complains about wildcard imports. But we like to keep the
short names, so let's just be explicit about which names we import.