Skip to content

Commit 49fcc56

Browse files
Bite the bullet and merge client_session and session together
1 parent 26fb61a commit 49fcc56

File tree

5 files changed

+537
-574
lines changed

5 files changed

+537
-574
lines changed

src/replit_river/v2/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from replit_river.v2.session import Session
2-
31
from .client import Client
2+
from .session import Session
43

54
__all__ = [
65
"Client",

0 commit comments

Comments
 (0)