mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
chore: fix flake8 warnings
Refs: OPS-65
This commit is contained in:
parent
da52e643a7
commit
1570325256
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ from typing import Optional
|
|||
from tinydb import TinyDB
|
||||
from tinydb.queries import QueryImpl
|
||||
|
||||
from senju import haiku
|
||||
from senju.haiku import DEFAULT_HAIKU, Haiku
|
||||
|
||||
DEFAULT_DB_PATH: Path = Path("/var/lib/senju.json")
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
# pytest fixtures to work
|
||||
from __future__ import annotations
|
||||
|
||||
from _pytest.mark.structures import store_mark
|
||||
import pytest # noqa: F401
|
||||
|
||||
from senju.haiku import DEFAULT_HAIKU, Haiku
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue