Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Jun 18, 2018
1 parent a66f108 commit a6acac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def get_field_enum(cls, name):
elif cls._get_field_type(name) == models.fields.NullBooleanField:
return yes_no + ["Unknown"]


@classmethod
def get_lookup_list_api_name(cls, field_name):
lookup_list = None
Expand Down

0 comments on commit a6acac4

Please sign in to comment.