Skip to content

Commit

Permalink
Fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 26, 2024
1 parent 633ea89 commit 9914a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bddrest/documentary/documenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ def write_call(self, basecall, call, formatter):
formatter.write_header(f'{call.verb} {call.url}', 3)

if self.onstory:
queryinfo, fieldsinfo = self.onstory(basecall)
_, fieldsinfo = self.onstory(basecall)
else:
queryinfo = {}
fieldsinfo = {}

if call.description:
Expand Down

0 comments on commit 9914a5b

Please sign in to comment.