mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Addressed all of pyflakes3's complaints
This commit is contained in:
parent
82335886e1
commit
c3f566b2c9
16 changed files with 42 additions and 46 deletions
pokedex/struct
|
@ -6,7 +6,9 @@ format sent back and forth over the GTS.
|
|||
|
||||
import datetime
|
||||
|
||||
from construct import *
|
||||
from construct import (Adapter, BitField, BitStruct, Buffered,
|
||||
EmbeddedBitStruct, Enum, Flag, Padding, String, Struct,
|
||||
ULInt16, ULInt32, ULInt8)
|
||||
|
||||
# TODO:
|
||||
# - strings should be validated, going both in and out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue