mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-13 12:05:54 +00:00
Remove one-time func after usage
This commit is contained in:
parent
2cd0a26a12
commit
8e0d4d415e
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ def _verify_fingerprint_works():
|
|||
# packaging stuff doesn't check installed versions.
|
||||
# - The people who don't use `verify_fingerprint` wouldn't care.
|
||||
VERIFY_FINGERPRINT_WORKS = _verify_fingerprint_works()
|
||||
del _verify_fingerprint_works
|
||||
|
||||
|
||||
def request(method, url, session=None, latin1_fallback=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue