diff --git a/src/nomad_tools/entry_githubrunner.py b/src/nomad_tools/entry_githubrunner.py index 1bc963d..cb3e747 100644 --- a/src/nomad_tools/entry_githubrunner.py +++ b/src/nomad_tools/entry_githubrunner.py @@ -416,7 +416,7 @@ class GithubCache: https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28#use-conditional-requests-if-appropriate """ - type Url = str + Url = str @dataclass class Value: @@ -539,7 +539,7 @@ def gh_get_cached(url: str, key: str = ""): ############################################################################### # github high level -type GithubRepo = str +GithubRepo = str @dataclass(frozen=True)