We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e265252 commit d1c4f61Copy full SHA for d1c4f61
pyproject.toml
@@ -12,6 +12,7 @@ dependencies = [
12
"gidgetlab",
13
"repligit[aiohttp]",
14
"pyyaml",
15
+ "aiojobs",
16
]
17
authors = [
18
{ name = "Alec Scott" },
src/hubcast/web/github/utils.py
@@ -2,8 +2,8 @@
2
from typing import Dict
3
4
from hubcast.clients.github import GitHubClient
5
+from hubcast.clients.github.client import InvalidConfigYAMLError
6
from hubcast.repos.config import RepoConfig
-from src.hubcast.clients.github.client import InvalidConfigYAMLError
7
8
config_cache = dict()
9
log = logging.getLogger(__name__)
0 commit comments