Skip to content

Commit

Permalink
fix: noqa on pep-8 naming for filters
Browse files Browse the repository at this point in the history
Not sure if this solves the error, I have renamed the file locally, but
for some reason it doesn't propagate to GH
  • Loading branch information
sean-sinclair committed Dec 17, 2024
1 parent 89644c3 commit 4a9eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/explorer/Filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Filter that matches 4d-seismic objects.
# Filter that matches 4d-seismic objects. # noqa: N999
seismic4d = {
"bool": {
"must": [
Expand Down

0 comments on commit 4a9eb5c

Please sign in to comment.