Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 17, 2024
1 parent 1207bb0 commit 7d09a00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/langsmith/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ def read(self, size: int = -1) -> bytes:
"""Read function."""
...

def write(self, b: bytes) -> int:
"""Write function."""
...

def seek(self, offset: int, whence: int = 0) -> int:
"""Seek function."""
...
Expand Down

0 comments on commit 7d09a00

Please sign in to comment.