Skip to content

Commit

Permalink
Remove unused default
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Jan 2, 2024
1 parent c0cfc6e commit f10c6a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion oscar_odin/management/commands/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
ProductAttributeValue as ProductAttributeValueResource,
)

from oscar_odin.mappings.defaults import DEFAULT_UPDATE_FIELDS
from oscar_odin.mappings.constants import *

from oscar_odin.utils import querycounter
Expand Down
9 changes: 0 additions & 9 deletions oscar_odin/mappings/defaults.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/resources/test_catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
ProductAttributeValue as ProductAttributeValueResource,
)

from oscar_odin.mappings.defaults import DEFAULT_UPDATE_FIELDS

Product = get_model("catalogue", "Product")
ProductClass = get_model("catalogue", "ProductClass")
ProductAttribute = get_model("catalogue", "ProductAttribute")
Expand Down

0 comments on commit f10c6a5

Please sign in to comment.