remove unneeded imports
parent
4cf3a30a20
commit
4697c0de0b
|
@ -13,9 +13,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from twisted.internet import defer
|
from tests import unittest
|
||||||
|
|
||||||
from tests import unittest, utils
|
|
||||||
|
|
||||||
# sample room_key data for use in the tests
|
# sample room_key data for use in the tests
|
||||||
room_key = {
|
room_key = {
|
||||||
|
|
Loading…
Reference in New Issue