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:
@@ -1,10 +1,10 @@
|
||||
import pytest
|
||||
import json
|
||||
from grainy.const import *
|
||||
|
||||
from django.test import Client, TestCase, RequestFactory
|
||||
from django.contrib.auth.models import Group
|
||||
import pytest
|
||||
from django.conf import settings
|
||||
from django.contrib.auth.models import Group
|
||||
from django.test import Client, RequestFactory, TestCase
|
||||
from grainy.const import *
|
||||
|
||||
import peeringdb_server.models as models
|
||||
import peeringdb_server.org_admin_views as org_admin
|
||||
|
Reference in New Issue
Block a user