City-Bureau / city-scrapers

Scrape, standardize and share public meetings from local government websites
https://cityscrapers.org
MIT License
329 stars 310 forks source link

Need help if possible #1052

Open bubbsJanko opened 8 months ago

bubbsJanko commented 8 months ago

I am new to python you are such a great programmer and great project. I was just curious how in this file https://github.com/City-Bureau/city-scrapers/blob/main/tests/test_chi_board_elections.py from city_scrapers_core.constants import COMMISSION, PASSED from city_scrapers_core.utils import file_response

If I have the same folder structure and I try to get something from a sibling directory it does not work in vscode. But it works in pycharm. What code editor do you use and I thought maybe you could shed some light on why this happens. I came across this issue when trying to do tests on my own project.

Thank you very much!