Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Aug 14, 2024
1 parent fb0438d commit 9266adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/plotting.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Any, Callable, Dict, Mapping, Union
from typing import TYPE_CHECKING, Any, Callable, Dict, Union

if TYPE_CHECKING:
import sys
Expand Down

0 comments on commit 9266adb

Please sign in to comment.