mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
2dbb21f8e7
commit
0cefbe41c8
@ -259,7 +259,7 @@ common_api_urls = [
|
|||||||
url(r'.*$', NotificationDetail.as_view(), name='api-notifications-detail'),
|
url(r'.*$', NotificationDetail.as_view(), name='api-notifications-detail'),
|
||||||
])),
|
])),
|
||||||
|
|
||||||
# Notification messages list
|
# Notification messages list
|
||||||
url(r'^.*$', NotificationList.as_view(), name='api-notifications-list'),
|
url(r'^.*$', NotificationList.as_view(), name='api-notifications-list'),
|
||||||
])),
|
])),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user