diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-02-08 11:14:45 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-02-08 11:14:45 -0500 |
commit | 8e5b861fd7d4a23b4575a17e5ef72d974680b441 (patch) | |
tree | 55bb271efa96a3e4728edbd7e482772a1c379351 | |
parent | a40309735daddd0c086f9f0f133341be5e63a7db (diff) | |
parent | 09d3a06996206a21869e6ae46c579012f618f680 (diff) | |
download | alembic-8e5b861fd7d4a23b4575a17e5ef72d974680b441.tar.gz |
Merge remote-tracking branch 'github/pr/731'
Change-Id: I66800d081f8da1160410357408d3e7ffa96f0aa3
-rw-r--r-- | alembic/runtime/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/runtime/environment.py b/alembic/runtime/environment.py index ed4b25b..e4f4d42 100644 --- a/alembic/runtime/environment.py +++ b/alembic/runtime/environment.py @@ -114,7 +114,7 @@ class EnvironmentContext(util.ModuleClsProxy): is running in "offline mode". This is ``True`` or ``False`` depending - on the the ``--sql`` flag passed. + on the ``--sql`` flag passed. This function does not require that the :class:`.MigrationContext` has been configured. |