Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
azime committed Oct 11, 2023
1 parent 9a4c34c commit 0a3eaa6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ def setup(self):

self.add_resource(Status.Status, region + 'status', coord + 'status', endpoint='status')

self.add_resource(jop_status.JopStatus, region + 'jop_status', coord + 'jop_status', endpoint='jop_status')
self.add_resource(
jop_status.JopStatus, region + 'jop_status', coord + 'jop_status', endpoint='jop_status'
)

self.add_resource(
GeoStatus.GeoStatus, region + '_geo_status', coord + '_geo_status', endpoint='geo_status'
Expand Down

0 comments on commit 0a3eaa6

Please sign in to comment.