Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent d277b41 commit 375fe11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cvx/bson/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
from os import PathLike
from typing import Any, Dict, Union

import bson
import numpy.typing as npt
import pandas as pd

# see https://github.com/microsoft/pylance-release/issues/2019
from typing_extensions import TypeAlias

import bson

from .io import decode, encode

FILE = Union[str, bytes, PathLike]
Expand Down

0 comments on commit 375fe11

Please sign in to comment.