79271412

Date: 2024-12-11 10:54:12
Score: 1.5
Natty:
Report link

Ok the problem was in the imports. I marked src as the source directory in pycharm and imported as such:

from src.x.y.z import ...

Which lead to the error. Removing the src. from the import fixed the issue.

Pay attention to the imports while marking src as a source directory using Pycharm!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user28717641