Skip to content

Commit

Permalink
Update tests import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Oct 30, 2019
1 parent 504be0c commit 1d03957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/environment/test_move.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from poke_env.constants import MOVES
from poke_env.data import MOVES
from poke_env.environment.move import Move


Expand Down
1 change: 0 additions & 1 deletion test/environment/test_pokemon_type.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

from poke_env.environment.pokemon_type import PokemonType

import pytest
Expand Down

0 comments on commit 1d03957

Please sign in to comment.