diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-07-11 00:07:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-11 00:07:18 +0200 |
commit | baab6bcb9150c765c6e87a558388046ebc419017 (patch) | |
tree | 6288bcf3c597180bb2594a5f9f213aca8bf34737 /examples | |
parent | 678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff) | |
parent | cd9b494cb5871b2011893f19647e7651fb0382b6 (diff) | |
download | searxng-baab6bcb9150c765c6e87a558388046ebc419017.tar.gz searxng-baab6bcb9150c765c6e87a558388046ebc419017.zip |
Merge pull request #616 from stepshal/blank
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>: |