GitHub Actions Iterations

This commit is contained in:
Semantic Versioner
2023-07-22 05:11:03 -04:00
parent 6a2b5da00b
commit 8b214aab3d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
from typing import List
from pathlib import Path
from functools import cache
from functools import lru_cache
import configparser
import toml
@@ -8,7 +8,7 @@ import toml
from semver.exceptions import SemverException
@cache
@lru_cache(maxsize=None)
def get_settings() -> dict:
"""
Get the settings from the config file