Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Build from berkeley-cs61a directly #426

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix imports
rahularya50 committed Aug 18, 2021
commit 05fb5737e75830facc91df93cda403d160a25e71
5 changes: 2 additions & 3 deletions buildserver/target_determinator.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import fnmatch
from collections import defaultdict
from typing import Dict, Iterable, Set, Union

import yaml
from github.File import File
from github.Repository import Repository

from buildserver.app_config import App
from buildserver.github_utils import get_github
from app_config import App
from github_utils import get_github
from conf import GITHUB_REPO