Skip to content

Commit

Permalink
refactor: Correct typo in import statement for scraper modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Errahum committed Aug 24, 2024
1 parent 45ee2c4 commit 88d15db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manager_follow_unfollow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from src.core.follow.get_following import GitHubClientGetFollowings
from src.core.undo.unfollow import UnfollowBot, GitHubClientUnfollow
from src.utils.logger import logger
from src.core.scrapper.linkedin import GitHubLinkedInScraper
from src.core.scrapper.x import XScraper
from src.core.scraper.linkedin import GitHubLinkedInScraper
from src.core.scraper.x import XScraper
from src.core.undo.unstar import GitHubClientUnstar


Expand Down

0 comments on commit 88d15db

Please sign in to comment.