Skip to content

Commit

Permalink
Fix linter errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 28, 2024
1 parent 781ad14 commit bc8994a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/strategies/naive.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
of hops using all available providers.
"""

from asyncio import Task
from queue import Queue
import asyncio
import traceback
from typing import List, Optional, Self, AsyncGenerator, Any
from typing import List, Optional, Self
from dataclasses import dataclass
import logging
from src.contracts.route import Leg, Status, Route
Expand Down

0 comments on commit bc8994a

Please sign in to comment.