helpfulengineering / project-data-platform

An experimental attempt to make a CLI for supply-chain modeling for Helpful Engineering's Project Data
GNU Affero General Public License v3.0
9 stars 2 forks source link

Cleanup and avoid warnings for poetry install #38

Closed patchworquill closed 9 months ago

patchworquill commented 1 year ago

This is a minor PR to move import statements to the top of file in accordance with PEP8. See this stack overflow post for more info.

Additionally, when I ran poetry install I got the error "error no element to install", which is fixed by adding the flag --no-root to the command, like: poetry install --no-root This stackoverflow issue for more details.

devhawk commented 9 months ago

Solved this other ways