Skip to content

Commit

Permalink
fix: 🐞 import fix for app.py
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Sep 16, 2024
1 parent 625bdde commit 902f0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startrack/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from typing import List
import pandas as pd

from startrack.config import GITHUB_TOKEN_ENV, INPUT_ORGANIZATIONS_ENV, INPUT_REPOSITORIES_ENV
from startrack.core import (
from config import GITHUB_TOKEN_ENV, INPUT_ORGANIZATIONS_ENV, INPUT_REPOSITORIES_ENV
from core import (
list_organization_repositories,
get_repository_data,
RepositoryType,
Expand Down

0 comments on commit 902f0a9

Please sign in to comment.