diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-20 15:28:13 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-20 15:28:13 -0400 |
| commit | 9385556dcbe04c2c1f26f7df7c5dcf88d116a8e8 (patch) | |
| tree | ea466b47df0c77de97f604ed606a41308c026bfd | |
| parent | cca03097f47f22783d42d1853faac6cf84607c5a (diff) | |
| download | sqlalchemy-9385556dcbe04c2c1f26f7df7c5dcf88d116a8e8.tar.gz | |
- a test commit with intentionally bad pep8 formatting
| -rw-r--r-- | lib/sqlalchemy/engine/base.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index cf0689626..a051b452e 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -84,6 +84,10 @@ class Connection(Connectable): if self._has_events or self.engine._has_events: self.dispatch.engine_connect(self, _branch) + print("hi!" + "Im not flake8!" + "wrongo!" + ) def _branch(self): """Return a new Connection which references this Connection's engine and connection; but does not have close_with_result enabled, |
