mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: format version import using double quotes
This commit is contained in:
parent
e5631e9de3
commit
86dc8cc772
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
from setuptools_scm import get_version
|
from setuptools_scm import get_version
|
||||||
|
|
||||||
try:
|
try:
|
||||||
__version__ = get_version(root='..', relative_to=__file__)
|
__version__ = get_version(root="..", relative_to=__file__)
|
||||||
except Exception:
|
except Exception:
|
||||||
__version__ = "0.0.0"
|
__version__ = "0.0.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue