Skip to content

Commit

Permalink
Fixed autoflake
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfior committed Jul 8, 2024
1 parent 5e51c90 commit 9790d32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion prediction_market_agent_tooling/markets/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from enum import Enum
from typing import TypeAlias

from eth_typing import HexAddress
from pydantic import BaseModel, computed_field

from prediction_market_agent_tooling.gtypes import OutcomeStr
Expand Down
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/markets/manifold/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests
import tenacity

from prediction_market_agent_tooling.gtypes import HexAddress, HexStr, Mana, SecretStr
from prediction_market_agent_tooling.gtypes import Mana, SecretStr
from prediction_market_agent_tooling.loggers import logger
from prediction_market_agent_tooling.markets.data_models import (
BetAmount,
Expand Down

0 comments on commit 9790d32

Please sign in to comment.