Skip to content

Commit

Permalink
remove pdb imports
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Dec 22, 2023
1 parent f30366b commit 4118c73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions gsrest/db/cassandra.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import pdb
import re
import time
import asyncio
import heapq
import pprint
from async_lru import alru_cache
from typing import Sequence, Optional, Tuple
from functools import partial
Expand Down
1 change: 0 additions & 1 deletion gsrest/test/entities_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from gsrest.service.rates_service import list_rates
from gsrest.util.values import convert_value
import copy
import pdb

eth_entity = Entity(currency="eth",
no_outgoing_txs=eth_address.no_outgoing_txs,
Expand Down

0 comments on commit 4118c73

Please sign in to comment.