kbase / staging_service

MIT License
0 stars 9 forks source link

DATAUP-549: Add 2 error types, DRY up error field checking, type hints for tests #130

Closed MrCreosote closed 3 years ago

bio-boris commented 3 years ago

There are some sonarcloud issues that want you to specify str to be typing.Optional[str] or typing.Union[str, None]

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

MrCreosote commented 3 years ago

fixed