Adopt email instead of contact as keyword
[rnaseq-cwl-training.git] / bin / extract_figures.py
index 56ee812ed281f3b08eb32dd06e1b943c8b4a2456..63a7752ef8706d708daad4316188f566fb6f9b6f 100755 (executable)
@@ -1,12 +1,12 @@
 #!/usr/bin/env python
 
+from __future__ import print_function
 import sys
 import os
 import glob
 from optparse import OptionParser
 
 from util import Reporter, read_markdown, IMAGE_FILE_SUFFIX
-from __future__ import print_function
 
 def main():
     """Main driver."""