Files
@ 8c99d5d8eb0e
Branch filter:
Location: kallithea/setup.cfg
8c99d5d8eb0e
711 B
text/x-ini
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.