Fix test.
This commit is contained in:
parent
81613f0e6f
commit
f423d78278
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from starlette.exceptions import HTTPException
|
from starlette.exceptions import HTTPException
|
||||||
from .responses import CSVResponse
|
from halfapi.lib.responses import CSVResponse
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This is the *query* library that contains all the useful functions to treat our
|
This is the *query* library that contains all the useful functions to treat our
|
||||||
|
|
Loading…
Reference in New Issue