mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
[api] remove more unused group/user messages code
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import json
|
||||
import unittest
|
||||
import pytest
|
||||
import requests
|
||||
|
||||
@@ -7,7 +6,7 @@ from django.test import TestCase
|
||||
|
||||
from seahub import settings
|
||||
from tests.api.apitestbase import ApiTestBase
|
||||
from tests.api.urls import LIST_GROUP_AND_CONTACTS_URL, SERVER_INFO_URL
|
||||
from tests.api.urls import SERVER_INFO_URL
|
||||
|
||||
class MiscApiTest(ApiTestBase, TestCase):
|
||||
|
||||
|
Reference in New Issue
Block a user