move typing imports to top of file
This commit is contained in:
parent
a80ac6199a
commit
2c2013a0fc
2 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ Higher-level code (e.g. monitoring for combinations of records with
|
|||
parse, or code for dealing with nested records in a CBlock) should live
|
||||
in main.py instead.
|
||||
"""
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from typing import List, Dict, Tuple, Union, Optional, Sequence, Any, TypeVar
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import copy
|
||||
import math
|
||||
import zlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue