Skip to content

Commit

Permalink
Import linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDevil committed Oct 29, 2024
1 parent be44f4c commit 1478b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/arbitrage/test_uniswap_lp_cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time
from fractions import Fraction
from threading import Lock
from typing import TYPE_CHECKING, Any
from typing import TYPE_CHECKING

import pytest
from eth_utils.address import to_checksum_address
Expand All @@ -29,6 +29,7 @@
from degenbot.exceptions import ArbitrageError, DegenbotValueError, RateOfExchangeBelowMinimum
from degenbot.types import TextMessage
from degenbot.uniswap.types import (
UniswapV2PoolExternalUpdate,
UniswapV2PoolState,
UniswapV2PoolStateUpdated,
UniswapV3BitmapAtWord,
Expand Down

0 comments on commit 1478b5c

Please sign in to comment.