diff options
author | Sam James <sam@gentoo.org> | 2023-08-07 01:00:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-07 01:04:33 +0100 |
commit | 2663dc95115dce81af142936565109b366a342af (patch) | |
tree | 0cfcbbe0332457adea4151d0ad2085858472fb6e /bin/mirrorselect | |
parent | CI: add basic pytest workflow (diff) | |
download | mirrorselect-2663dc95115dce81af142936565109b366a342af.tar.gz mirrorselect-2663dc95115dce81af142936565109b366a342af.tar.bz2 mirrorselect-2663dc95115dce81af142936565109b366a342af.zip |
Run `pyupgrade`
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin/mirrorselect')
-rwxr-xr-x | bin/mirrorselect | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mirrorselect b/bin/mirrorselect index bcdd73f..3474935 100755 --- a/bin/mirrorselect +++ b/bin/mirrorselect @@ -1,5 +1,4 @@ #!/usr/bin/env python -#-*- coding:utf-8 -*- """Mirrorselect 2.x |