chore(lint): drop unused os import from init.py
This commit is contained in:
parent
d44cace17c
commit
20bb9efc0e
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ Task 18 will register `init_app` on the root Typer app.
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue