iamogbz/nvshim

Failing static lint checks

Closed this issue · 0 comments

Describe the bug

Revert 0b9c348

To Reproduce
Steps to reproduce the behavior:

  1. Revert 0b9c348
  2. Push and watch build
  3. See error
    Your code has been rated at 10.00/10
    
    src/nvshim/utils/constants.py: error: Source file found twice under different module names: 
    "nvshim.utils.constants" and "src.nvshim.utils.constants"
    Found 1 error in 1 file (errors prevented further checking)
    make: *** [Makefile:120: lint] Error 2

Expected behavior

No error

Screenshots

Screenshot 2023-01-26 at 6 37 52 PM

Additional context

Attempting to remove the src. prefix results in failing make deploy command in GitHub actions CI