Skip to content

Commit

Permalink
fix collections import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Jan 2, 2025
1 parent afde18f commit 2f3b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from collections.abc import Callable
from dataclasses import dataclass
from typing import Callable

from sqlalchemy import Engine
from sqlalchemy.orm import Session
Expand Down

0 comments on commit 2f3b768

Please sign in to comment.