Skip to content

Commit 4c50028

Browse files
authored
Fix import statement formatting in coingecko.py
1 parent fe7a0f4 commit 4c50028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/services/coingecko.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import httpx
2-
from typing import Optional
2+
from typing import
33
from app.models.coin import CoinPrice, CoinDetail, MarketChart
44

55

0 commit comments

Comments
 (0)