]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Separate import groups 4441/head
authorVraj Mohan <radhakrishnan.vrajmohan@gsa.gov>
Wed, 16 Jan 2019 19:09:39 +0000 (11:09 -0800)
committerVraj Mohan <radhakrishnan.vrajmohan@gsa.gov>
Wed, 16 Jan 2019 19:09:39 +0000 (11:09 -0800)
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py

index 76949c8da10e285300de77467c08252775236b05..0f53e0012de08ad362b3131618593e527f2f44ae 100644 (file)
@@ -19,6 +19,7 @@ class.
 
 # PART I - Imports/Configuration
 from __future__ import print_function
+
 import os
 import re
 from xml.etree import ElementTree
index 67c40fd96292b6a84cbd45f9072c625bebfbc86e..b089a0170898a203fc31968aa4b425fa141110c1 100644 (file)
@@ -10,6 +10,7 @@
 # PART I - Imports/Configuration
 
 from __future__ import print_function
+
 import os
 import re
 from xml.etree import ElementTree