Skip to content

Commit d1c4f61

Browse files
committed
add a missing dep and fix module import
1 parent e265252 commit d1c4f61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"gidgetlab",
1313
"repligit[aiohttp]",
1414
"pyyaml",
15+
"aiojobs",
1516
]
1617
authors = [
1718
{ name = "Alec Scott" },

src/hubcast/web/github/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Dict
33

44
from hubcast.clients.github import GitHubClient
5+
from hubcast.clients.github.client import InvalidConfigYAMLError
56
from hubcast.repos.config import RepoConfig
6-
from src.hubcast.clients.github.client import InvalidConfigYAMLError
77

88
config_cache = dict()
99
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)