From 73e4057c3da972fe65703b4d70de2cc35191446d Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 24 Apr 2019 11:36:26 -0400 Subject: [PATCH] Remove unused imports --- tests/domain/test_environments.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/domain/test_environments.py b/tests/domain/test_environments.py index 7d959874..af8bb2a4 100644 --- a/tests/domain/test_environments.py +++ b/tests/domain/test_environments.py @@ -1,9 +1,7 @@ import pytest -import random from atst.domain.environments import Environments from atst.domain.environment_roles import EnvironmentRoles -from atst.domain.portfolio_roles import PortfolioRoles from atst.domain.exceptions import NotFoundError from atst.models.environment_role import CSPRole