Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajabeckett committed Oct 16, 2023
1 parent 7e11a37 commit 2e22713
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions terraso_backend/apps/soil_id/graphql/soil_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,39 +61,39 @@ def slope_landscape_position_enum(cls):
@classmethod
def slope_steepness_enum(cls):
return cls._meta.fields["slope_steepness_select"].type()

@classmethod
def surface_cracks_enum(cls):
return cls._meta.fields["surface_cracks_select"].type()

@classmethod
def surface_salt_enum(cls):
return cls._meta.fields["surface_salt_select"].type()

@classmethod
def flooding_enum(cls):
return cls._meta.fields["flooding_select"].type()

@classmethod
def lime_requirements_enum(cls):
return cls._meta.fields["lime_requirements_select"].type()

@classmethod
def surface_stoniness_enum(cls):
return cls._meta.fields["surface_stoniness_select"].type()

@classmethod
def water_table_depth_enum(cls):
return cls._meta.fields["water_table_depth_select"].type()

@classmethod
def soil_depth_enum(cls):
return cls._meta.fields["soil_depth_select"].type()

@classmethod
def land_cover_enum(cls):
return cls._meta.fields["land_cover_select"].type()

@classmethod
def grazing_enum(cls):
return cls._meta.fields["grazing_select"].type()
Expand Down

0 comments on commit 2e22713

Please sign in to comment.