GitAuto: [FEATURE] Implement SKU Seller API #336
Closed
Codacy Production / Codacy Static Code Analysis
required action
Oct 25, 2024 in 0s
2 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 2
Complexity increasing per file
==============================
- src/authentication.py 2
- src/api_client.py 2
- src/service_layer.py 2
- src/error_handling.py 2
- src/models.py 2
- tests/test_sku_seller_service.py 2
See the complete overview on Codacy
Annotations
Check notice on line 1 in src/service_layer.py
codacy-production / Codacy Static Code Analysis
src/service_layer.py#L1
'src.api_client.APIClient' imported but unused (F401)
Check warning on line 1 in src/service_layer.py
codacy-production / Codacy Static Code Analysis
src/service_layer.py#L1
Unused APIClient imported from src.api_client
Loading