summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_array.py
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2022-10-28 14:51:34 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-31 12:31:13 +0100
commit2bc47d7fe95ec9fc62bc5c0d2408944e5269d9d0 (patch)
treef5f7d7dffc2493b812837e490c42549031d0af02 /tests/postgres_tests/test_array.py
parentd3cb91db87b78629c0d2682630e90a048275179e (diff)
Avoided assignment followed by immediate return.
Identified using the following command: $ pcre2grep --line-number --multiline --recursive \ "(?s)(\n +)(\w+) = [^\n]+\1return \2;?$" \ django docs extras js_tests scripts tests
Diffstat (limited to 'tests/postgres_tests/test_array.py')
0 files changed, 0 insertions, 0 deletions