Skip to content

Commit

Permalink
chore: appease pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 3, 2023
1 parent 4ea5601 commit 23fcbcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/dask_awkward/lib/io/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import abc
import logging
import math
from collections.abc import Callable, Sequence
from collections.abc import Callable
from typing import TYPE_CHECKING, Any, Literal, overload

import awkward as ak
Expand Down
2 changes: 0 additions & 2 deletions tests/test_inspect.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import annotations

from pathlib import Path

import dask
import pytest

Expand Down

0 comments on commit 23fcbcf

Please sign in to comment.