mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +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
|
||||
|
||||
try:
|
||||
__version__ = get_version(root='..', relative_to=__file__)
|
||||
__version__ = get_version(root="..", relative_to=__file__)
|
||||
except Exception:
|
||||
__version__ = "0.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue