Skip to content

Commit

Permalink
inputs.ramp: import Any from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Oct 24, 2024
1 parent a6c930a commit 21dc6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypath/inputs/ramp/_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

from __future__ import annotations

from collections.abc import Generator, Any
from collections.abc import Generator
from typing import Any
import os
import sqlite3

Expand Down

0 comments on commit 21dc6bf

Please sign in to comment.