♻️ remove unnecessary type hint

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Ondřej Samohel 2022-08-15 14:00:46 +02:00 committed by GitHub
parent aa0fe93a50
commit c6383837e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -614,7 +614,6 @@ class OpenPypeVersion(semver.VersionInfo):
return None
all_versions.sort()
latest_version: OpenPypeVersion
return all_versions[-1]
@classmethod