diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-10 21:44:27 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-10 21:44:27 +0700 |
commit | cd9b494cb5871b2011893f19647e7651fb0382b6 (patch) | |
tree | 6288bcf3c597180bb2594a5f9f213aca8bf34737 /examples | |
parent | 678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff) | |
download | searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.tar.gz searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.zip |
Fix quantity of blank lines after code object.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/basic_engine.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/basic_engine.py b/examples/basic_engine.py index 3428f67fb..32c173016 100644 --- a/examples/basic_engine.py +++ b/examples/basic_engine.py @@ -1,6 +1,7 @@ categories = ['general'] # optional + def request(query, params): '''pre-request callback params<dict>: |