Skip to content

Commit

Permalink
[chore] run ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavnicksm committed Nov 26, 2024
1 parent 5250ea9 commit 39304b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chonkie/chunker/sentence.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from bisect import bisect_left
from dataclasses import dataclass
from itertools import accumulate
from typing import Any, List, Union

from .base import BaseChunker, Chunk

from bisect import bisect_left
from itertools import accumulate

@dataclass
class Sentence:
Expand Down

0 comments on commit 39304b0

Please sign in to comment.