Skip to content

Commit

Permalink
[Del] Remove ops (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Sep 13, 2022
1 parent 8aca73e commit fffb9e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Check docstring coverage
run: |
python -m pip install interrogate
interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --exclude mmseg/ops --ignore-regex "__repr__" --fail-under 75 mmseg
interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --ignore-regex "__repr__" --fail-under 75 mmseg
75 changes: 0 additions & 75 deletions mmseg/ops/encoding.py

This file was deleted.

51 changes: 0 additions & 51 deletions mmseg/ops/wrappers.py

This file was deleted.

0 comments on commit fffb9e2

Please sign in to comment.