diff options
| author | David Lord <davidism@gmail.com> | 2020-04-19 22:22:49 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2020-04-19 23:58:30 -0700 |
| commit | d8bd5b1e6ececb9f8ee7cc05a94216b86ce80aed (patch) | |
| tree | c93a2687fb7fa85449b318e389b899df4918d27b /tests/test_bashcomplete.py | |
| parent | 56921211a3bdaefcc664994139979d25281167cf (diff) | |
| download | click-d8bd5b1e6ececb9f8ee7cc05a94216b86ce80aed.tar.gz | |
apply pyupgrade --py36-plus
Diffstat (limited to 'tests/test_bashcomplete.py')
| -rw-r--r-- | tests/test_bashcomplete.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_bashcomplete.py b/tests/test_bashcomplete.py index df4ef28..f48927a 100644 --- a/tests/test_bashcomplete.py +++ b/tests/test_bashcomplete.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import pytest import click |
