Checking consolidated links
[rnaseq-cwl-training.git] / bin / repo_check.py
index 2c84e54e84254098f140de2c873d611a648699f8..fd04ce936bbb99c1042f044a5edaa9509c7ab66b 100755 (executable)
@@ -4,6 +4,7 @@
 Check repository settings.
 """
 
+from __future__ import print_function
 import sys
 import os
 from subprocess import Popen, PIPE
@@ -11,7 +12,6 @@ import re
 from optparse import OptionParser
 
 from util import Reporter, load_yaml, require
-from __future__ import print_function
 
 # Import this way to produce a more useful error message.
 try: