Skip to content

Commit 11bc825

Browse files
Improve handler missing name.
1 parent 88363b9 commit 11bc825

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

biothings/web/handlers/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ def _parse_args(self, reqargs):
145145
optionsets = self.biothings.optionsets
146146
optionset = optionsets.get(self.name)
147147

148-
# Initialize args variable for the finally block
149-
args = None
150-
151148
try: # uses biothings.web.options to standardize args
152149
args = optionset.parse(self.request.method, reqargs)
153150

0 commit comments

Comments
 (0)