PEP fixes

This commit is contained in:
Oliver
2021-06-30 14:15:18 +10:00
parent 2b394174bc
commit a92fc7cf2c
2 changed files with 1 additions and 3 deletions

View File

@ -438,7 +438,7 @@ company_api_urls = [
url(r'^(?P<pk>\d+)/?', SupplierPriceBreakDetail.as_view(), name='api-part-supplier-price-detail'),
url(r'^.*$', SupplierPriceBreakList.as_view(), name='api-part-supplier-price-list'),
])),
])),
url(r'^(?P<pk>\d+)/?', CompanyDetail.as_view(), name='api-company-detail'),