Files
@ 8c99d5d8eb0e
Branch filter:
Location: kallithea/requirements.txt
8c99d5d8eb0e
228 B
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.