Skip to content

Commit

Permalink
Help linting pass
Browse files Browse the repository at this point in the history
  • Loading branch information
npilon committed Jan 8, 2024
1 parent 8f871cd commit 0cf5c7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_panels/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def ok_response_factory():


class _TestDebugtoolbarPanel(unittest.TestCase):

re_toolbar_link = re_toolbar_link

def setUp(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_panels/test_request_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def templated_escaped(input, expect_saferepr=None):

class _TestPanel_RequestVars(_TestDebugtoolbarPanel):
def _makeOne(self, query_args=None, post_body=None, content_type=None):

# make a request
query_args = ("?=%s" % urlencode(query_args)) if query_args else ""
kwargs = {}
Expand Down

0 comments on commit 0cf5c7c

Please sign in to comment.