mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 10:47:24 -05:00
fix up some import lines
This commit is contained in:
parent
053520b003
commit
51ff03e952
|
|
@ -12,9 +12,13 @@ from copy import copy
|
|||
import unittest
|
||||
|
||||
# for converting bytes to readable text
|
||||
from pokemontools.chars import chars
|
||||
from pokemontools.chars import (
|
||||
chars,
|
||||
)
|
||||
|
||||
from pokemontools.map_names import map_names
|
||||
from pokemontools.map_names import (
|
||||
map_names,
|
||||
)
|
||||
|
||||
import keyboard
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user