Removed all wildcard imports & ordered import statements alphabetically
This commit is contained in:
@@ -2,7 +2,7 @@ from ctypes import Structure, sizeof
|
||||
from typing import Type
|
||||
|
||||
from .data import Psa
|
||||
from ..shared.data import Section, PsxBone
|
||||
from ..shared.data import PsxBone, Section
|
||||
|
||||
|
||||
def write_section(fp, name: bytes, data_type: Type[Structure] = None, data: list = None):
|
||||
|
||||
Reference in New Issue
Block a user