Skip to content

Commit

Permalink
Fixed import structure!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
jop committed Mar 27, 2022
1 parent ac9e654 commit 9ac9254
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode/
.DS_Store
src/__pycache__/
src/api/__pycache__/
src/api/__pycache__/
cs4098_analytics.egg-info
2 changes: 1 addition & 1 deletion src/api/api_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from api.scraper import Scraper
from src.api.scraper import Scraper

from lxml import etree
import requests
Expand Down
4 changes: 2 additions & 2 deletions src/api/py_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from api import api_client
from api.json_builder import JsonBuilder
from src.api import api_client
from src.api.json_builder import JsonBuilder

from lxml import etree
import requests
Expand Down

0 comments on commit 9ac9254

Please sign in to comment.