Skip to content

Fix: unary format problem due to bad operand#84

Merged
carlos-adir merged 2 commits into
mainfrom
fix/unary_operator
Oct 26, 2025
Merged

Fix: unary format problem due to bad operand#84
carlos-adir merged 2 commits into
mainfrom
fix/unary_operator

Conversation

@carlos-adir
Copy link
Copy Markdown
Contributor

@carlos-adir carlos-adir commented Oct 26, 2025

Solves the problem obtained when pylint src:

************* Module shapepy.geometry.point
src/shapepy/geometry/point.py:117:12: E1130: bad operand type for unary -: NoneType (invalid-unary-operand-type)
src/shapepy/geometry/point.py:118:12: E1130: bad operand type for unary -: NoneType (invalid-unary-operand-type)
src/shapepy/geometry/point.py:120:12: E1130: bad operand type for unary ~: NoneType (invalid-unary-operand-type)

@carlos-adir carlos-adir added the bug Something isn't working label Oct 26, 2025
@carlos-adir carlos-adir self-assigned this Oct 26, 2025
@carlos-adir carlos-adir marked this pull request as draft October 26, 2025 20:43
@carlos-adir carlos-adir marked this pull request as ready for review October 26, 2025 20:43
@carlos-adir carlos-adir merged commit 7f203d0 into main Oct 26, 2025
2 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 26, 2025

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@carlos-adir carlos-adir deleted the fix/unary_operator branch October 28, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant