Skip to content

Commit 18e6034

Browse files
committed
fixed minor linting err
1 parent 9dd5a8b commit 18e6034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freud_api_crawler/freud_api_crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def get_man_json_dump(self, lmt=True):
405405
if field_status == 2:
406406
field_name = "complete"
407407
field_status = str(field_status)
408-
elif field_status == None:
408+
elif field_status is None:
409409
field_name = "proposed"
410410
field_status = "0"
411411
else:

0 commit comments

Comments
 (0)