mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
clean up / format / poetry (#1000)
* stub in poetry for pipenv * re-add tester image * add pre-commit / formatting * fix ghactions * revert test data whitespace, exclude tests/data * revert ws * decruft, rm tox/pipenv * install dev packages for base image * add lgtm config to force to py3
This commit is contained in:
@@ -2,7 +2,7 @@ from django.conf import settings
|
||||
from rest_framework import throttling
|
||||
from rest_framework.exceptions import PermissionDenied
|
||||
|
||||
from peeringdb_server.permissions import get_user_from_request, get_org_key_from_request
|
||||
from peeringdb_server.permissions import get_org_key_from_request, get_user_from_request
|
||||
|
||||
|
||||
class FilterThrottle(throttling.SimpleRateThrottle):
|
||||
|
Reference in New Issue
Block a user