Skip to content

Commit

Permalink
Black code fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 authored and dakotabenjamin committed Jun 13, 2024
1 parent c9c09ed commit 3f88983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/partners/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from backend.services.users.authentication_service import token_auth
from backend.models.postgis.user import User


class PartnerRestAPI(Resource):
@token_auth.login_required
def get(self, partner_id):
Expand Down

0 comments on commit 3f88983

Please sign in to comment.