Skip to content

Commit

Permalink
Black + blame-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jun 6, 2023
1 parent eb4964c commit b1fa78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Migrate code style to Black
a1bf85f61a6723ed1b2764b1ed602d1d7136eb0d

# Apply black
5d191c53e1c0df3114dc4d2a10c3bb84153397df
1 change: 0 additions & 1 deletion src/utils_flask_sqla/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ def populatefn(self, dict_in, recursif=False):
v_obj = []

for data in values:

id_value = data.pop(id_field_name, None)

res = (
Expand Down

0 comments on commit b1fa78c

Please sign in to comment.