Skip to content

Commit

Permalink
chore: resolved pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 23, 2024
1 parent bc11490 commit 6567c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccx_keys/tests/test_ccx_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def test_missing_block_id(self, url):
('org', 'course', 'run', '1', 'category', 'name:more_name', None),
)
@ddt.unpack
# pylint: disable=too-many-positional-arguments
def test_valid_locations(self, org, course, run, ccx, category, name, revision):
course_key = CCXLocator(org=org, course=course, run=run, branch=revision, ccx=ccx)
locator = CCXBlockUsageLocator(course_key, block_type=category, block_id=name, )
Expand Down

0 comments on commit 6567c3b

Please sign in to comment.