toasty: remove some unneeded imports
This commit is contained in:
Родитель
2bcd73f74c
Коммит
8f5af1f311
|
@ -4,6 +4,8 @@
|
|||
|
||||
"""Generate tiles from a collection of images on a common TAN projection.
|
||||
|
||||
TODO: shuld be migrated to wwt_data_formats.
|
||||
|
||||
"""
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
|
@ -11,9 +13,7 @@ __all__ = '''
|
|||
MultiTanDataSource
|
||||
'''.split()
|
||||
|
||||
import argparse
|
||||
import numpy as np
|
||||
import os.path
|
||||
|
||||
from .pyramid import Pos, next_highest_power_of_2
|
||||
|
||||
|
|
|
@ -14,9 +14,7 @@ make_thumbnail_bitmap
|
|||
tile_study_image
|
||||
'''.split()
|
||||
|
||||
import argparse
|
||||
import numpy as np
|
||||
import os.path
|
||||
|
||||
from .pyramid import Pos, next_highest_power_of_2
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче