Skip to content

Commit 0a3c9ae

Browse files
committed
Add missing type hint
1 parent 1509a08 commit 0a3c9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/util/dependencies/shared_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Package(BaseModel):
4444
version: VERSION_TYPE
4545

4646
@property
47-
def coordinates(self):
47+
def coordinates(self) -> str:
4848
return create_coordinates(package_name=self.name, version=self.version)
4949

5050
@property

0 commit comments

Comments
 (0)