Skip to content

Commit 0aeb59d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 330fdd0 commit 0aeb59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from __future__ import annotations
22

3+
import contextlib
34
import datetime as dt
45
import sys
56
from decimal import Decimal
67
from functools import wraps
78
from typing import TYPE_CHECKING, Any, Callable, Literal, TypeVar, overload
8-
import contextlib
99

1010
from narwhals._constants import EPOCH, MS_PER_SECOND
1111
from narwhals._namespace import (

0 commit comments

Comments
 (0)