Skip to content

Commit

Permalink
addressed houndci-bot's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
pscadding committed Dec 7, 2018
1 parent 71f6ffb commit 9d0fb1e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/commands_tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@

from __future__ import with_statement

import os
import logging

from tank_test.tank_test_base import TankTestBase, setUpModule # noqa

from tank.platform.environment import InstalledEnvironment

from tank_test.mock_appstore import TankMockStoreDescriptor, patch_app_store
from tank_test.mock_appstore import patch_app_store


class TestSimpleValidate(TankTestBase):
Expand Down Expand Up @@ -58,4 +55,4 @@ def test_simple_validate(self):
# Run validate.
command = self.tk.get_command("validate")
command.set_logger(logging.getLogger("/dev/null"))
command.execute({"envs":["simple"]})
command.execute({"envs": ["simple"]})

0 comments on commit 9d0fb1e

Please sign in to comment.