Skip to content

Commit 255b6bc

Browse files
refactor
1 parent 8b70fe0 commit 255b6bc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/controllers/github_repo_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
from infrastructure.auth.auth_service import AuthService
44
from infrastructure.database.connection import DatabaseConnection
5-
from services.scraping.github_repo_scraper import GithubRepoScraper
5+
from services.github.github_repo_scraper import GithubRepoScraper
66
from infrastructure.database.models import GithubUserModel
77

88

src/controllers/github_scraper_controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from config.settings import Settings
44
from infrastructure.auth.auth_service import AuthService
55
from infrastructure.database.connection import DatabaseConnection
6-
from services.scraping.github_developer_scraper import GithubDeveloperScraper
7-
from services.scraping.github_repo_scraper import GithubRepoScraper
6+
from services.github.github_developer_scraper import GithubDeveloperScraper
7+
from services.github.github_repo_scraper import GithubRepoScraper
88

99

1010
class GithubScraperController:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)