Skip to content

Commit

Permalink
Fix lint issue. (oppia#7468)
Browse files Browse the repository at this point in the history
  • Loading branch information
DubeySandeep authored and seanlip committed Aug 26, 2019
1 parent 0f8fbaf commit 4087a94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/controllers/voice_artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from core.domain import fs_domain
from core.domain import fs_services
from core.domain import user_services
from core.platform import models
import feconf
import python_utils

Expand Down
2 changes: 1 addition & 1 deletion core/domain/rights_manager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ def test_check_cannot_edit_activity_with_no_activity_rights(self):
def test_check_cannot_voiceover_activity_with_no_activity_rights(self):
self.assertFalse(rights_manager.check_can_voiceover_activity(
self.owner, None))

def test_cannot_save_activity_with_no_activity_rights(self):
self.assertFalse(rights_manager.check_can_save_activity(
self.owner, None))
Expand Down

0 comments on commit 4087a94

Please sign in to comment.