From: Vraj Mohan Date: Wed, 16 Jan 2019 19:09:39 +0000 (-0800) Subject: Separate import groups X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed90f3b77c2d0f4cc2cd54f40f5af29b489977d2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Separate import groups --- diff --git a/examples/elementtree/adjacency_list.py b/examples/elementtree/adjacency_list.py index 76949c8da1..0f53e0012d 100644 --- a/examples/elementtree/adjacency_list.py +++ b/examples/elementtree/adjacency_list.py @@ -19,6 +19,7 @@ class. # PART I - Imports/Configuration from __future__ import print_function + import os import re from xml.etree import ElementTree diff --git a/examples/elementtree/optimized_al.py b/examples/elementtree/optimized_al.py index 67c40fd962..b089a01708 100644 --- a/examples/elementtree/optimized_al.py +++ b/examples/elementtree/optimized_al.py @@ -10,6 +10,7 @@ # PART I - Imports/Configuration from __future__ import print_function + import os import re from xml.etree import ElementTree