Skip to content

Commit

Permalink
Remove the unused view predicates infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jul 10, 2023
1 parent 9a2d025 commit 73e4183
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 108 deletions.
1 change: 0 additions & 1 deletion lms/views/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
def includeme(config): # pragma: no cover
config.scan(__name__)
config.include("lms.views.predicates")
52 changes: 0 additions & 52 deletions lms/views/predicates.py

This file was deleted.

55 changes: 0 additions & 55 deletions tests/unit/lms/views/predicates_test.py

This file was deleted.

0 comments on commit 73e4183

Please sign in to comment.