Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit e39b81f

Browse files
committed
[PEP8] Server
1 parent 3395a08 commit e39b81f

2 files changed

Lines changed: 227 additions & 129 deletions

File tree

packets/packet_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
Variant,
3232
star_string,
3333
DictVariant,
34-
StarByteArray
34+
StarByteArray,
35+
ChunkVariant
3536
)
36-
from data_types import ChunkVariant
3737

3838

3939
class Direction(IntEnum):

0 commit comments

Comments
 (0)