Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: [FEATURE] Implement SKU Seller API #336

Closed

Update README.md.

55f5e56
Select commit
Loading
Failed to load commit list.
Closed

GitAuto: [FEATURE] Implement SKU Seller API #336

Update README.md.
55f5e56
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 25, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/service_layer.py#L1

Unused APIClient imported from src.api_client