Remove unused warnings import

This commit is contained in:
Joe Rickerby
2018-04-08 19:11:38 +01:00
parent 94e33cd7e3
commit b47a5c018f
+1 -4
View File
@@ -1,5 +1,5 @@
from __future__ import print_function
import argparse, os, subprocess, sys, textwrap, warnings
import argparse, os, subprocess, sys, textwrap
import cibuildwheel
import cibuildwheel.linux, cibuildwheel.windows, cibuildwheel.macos
@@ -25,9 +25,6 @@ def get_option_from_environment(option_name, platform=None):
def main():
# enable deprecation warnings
warnings.filterwarnings("once", ".*", DeprecationWarning)
parser = argparse.ArgumentParser(
description='Build wheels for all the platforms.',
epilog=('Most options are supplied via environment variables. '