Skip to content

Commit

Permalink
add new line to files
Browse files Browse the repository at this point in the history
Signed-off-by: YoungHypo <[email protected]>
  • Loading branch information
YoungHypo committed Nov 25, 2024
1 parent 61eb730 commit abc545c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api-engine/api/routes/node/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,4 @@ def patch_user(self, request, pk=None, user_pk=None):
except Exception as e:
return Response(
err(e.args), status=status.HTTP_400_BAD_REQUEST
)
)
2 changes: 1 addition & 1 deletion src/api-engine/api/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ def parse_block_file(data):


def to_dict(data):
return loads(data)
return loads(data)
2 changes: 1 addition & 1 deletion src/api-engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ urllib3==1.26.19
uWSGI==2.0.22
validate-email==1.3
watchdog==0.10.2
websocket-client==0.57.0
websocket-client==0.57.0

0 comments on commit abc545c

Please sign in to comment.