split src/ and tests/

This commit is contained in:
James Turk 2022-11-10 21:39:51 -06:00
parent 3fa891b7f4
commit 6465ab972d
12 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Saucebrush is a data loading & manipulation framework written in python.
"""
from . import filters, emitters, sources, utils
from . import filters, emitters, sources, utils # noqa
class SaucebrushError(Exception):