I am having an issue running my instapy from Github. I was running ok earlier and now it giving me all sorts of errors from Line 1 to the bottom. I cant figure if it something from code as it just a copy and paste from git hub.
Please some advice to someone that is 2 weeks in to coding!
![[Image: TULGSyR]](https://imgur.com/a/TULGSyR)
![[Image: hXzSgKg]](https://imgur.com/a/hXzSgKg)
ErrorMessage in Pycharm:
Unused import statement Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items.
Unresolved reference 'management' Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items

ErrorMessage in Pycharm:
Unused import statement Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items.
Unresolved reference 'management' Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items