Skip to content

Commit e85ca96

Browse files
committed
cleanup
1 parent fd70a36 commit e85ca96

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import enum
21
import logging
32
from typing import Any, List, Literal, Optional
43

54
import httpx
65
from pydantic import BaseModel
7-
from rich import print
86

97
from models.core import (
108
Transaction,

src/logging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logging
22

3-
from rich import print
43
from rich.logging import RichHandler
54

65

0 commit comments

Comments
 (0)