Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 31, 2025
1 parent eeab34e commit a857cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/polars/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
import os
import sys
from dataclasses import dataclass
from typing import TYPE_CHECKING, Any, Generator, Literal
from typing import TYPE_CHECKING, Any, Literal

from polars._utils.unstable import issue_unstable_warning
from polars._utils.wrap import wrap_ldf
from polars.exceptions import DuplicateError
from polars.schema import Schema

if TYPE_CHECKING:
from collections.abc import Generator
from datetime import datetime

from polars._typing import SchemaDict
Expand Down

0 comments on commit a857cf1

Please sign in to comment.