datasette/datasette/__init__.py
Simon Willison 6300d3e269 Apply black to everything
I ran this:

    black datasette tests
2019-05-03 17:56:52 -04:00

3 lines
148 B
Python

from datasette.version import __version_info__, __version__ # noqa
from .hookspecs import hookimpl # noqa
from .hookspecs import hookspec # noqa