Skip to content

Commit baececa

Browse files
committed
Add TODO
1 parent 4a3732e commit baececa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

argostranslate/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class ChunkType(Enum):
180180
+ "Technologies, LLC (www.argosopentech.com). "
181181
)
182182

183+
# TODO is this being used?
183184
version_file = pathlib.Path(__file__).parent.resolve() / "__version__"
184185
with open(version_file) as version_file_data:
185186
argos_version = version_file_data.read().strip()

0 commit comments

Comments
 (0)