Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 8, 2024
1 parent 3d5dc9e commit e0a0ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/planning/events/events_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"address": {"type": "object", "dynamic": True},
"geo": {"type": "string"},
"location": {"type": "geo_point"},
}
},
},
"nullable": True,
},
Expand Down
1 change: 1 addition & 0 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ httmock==1.4.0
responses
pytest
pytest-env
black~=23.0

-e .
# Install in editable state so we get feature fixtures
Expand Down

0 comments on commit e0a0ee4

Please sign in to comment.