summaryrefslogtreecommitdiff
path: root/alembic/context.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-15 15:30:28 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-15 15:30:28 -0400
commit64a58cc4029f3459e2806be770d15c0d039c81eb (patch)
treeb504b145a0890a87d8b67245c279f6552fcc5d7d /alembic/context.py
parent1a6bba1caf2856ec235ac46773149ae4a98d0d03 (diff)
downloadalembic-64a58cc4029f3459e2806be770d15c0d039c81eb.tar.gz
whitespace removal
Diffstat (limited to 'alembic/context.py')
-rw-r--r--alembic/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/context.py b/alembic/context.py
index 6c33d85..51b38ff 100644
--- a/alembic/context.py
+++ b/alembic/context.py
@@ -1,6 +1,6 @@
from alembic.environment import EnvironmentContext
from alembic import util
-# create proxy functions for
+# create proxy functions for
# each method on the EnvironmentContext class.
util.create_module_class_proxy(EnvironmentContext, globals(), locals())