Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 25, 2022
1 parent 432ecf1 commit 34d8ccc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pymanifold.py
Expand Up @@ -5,10 +5,9 @@
from typing import TYPE_CHECKING, Mapping

from markdown import markdown
from vcr import VCR

from pymanifold import ManifoldClient, __version__
from pymanifold.types import Group, Market
from vcr import VCR

if TYPE_CHECKING: # pragma: no cover
from pymanifold.types import Bet, JSONDict, LiteMarket, LiteUser
Expand Down

0 comments on commit 34d8ccc

Please sign in to comment.