mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Avoid warning due to unused import
This commit is contained in:
parent
e5f2869580
commit
ffe883a2f1
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ except ImportError: # pragma: no cover
|
|||
"use the PyPI ones."
|
||||
)
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
|
||||
def _check_python_version():
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Reference in a new issue