Skip to content

Commit

Permalink
Switches singledispatchmethod to functools' implementation. (#315)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619431393

Co-authored-by: Klaus Greff <[email protected]>
  • Loading branch information
rmbrualla and Qwlouse authored Apr 4, 2024
1 parent 21a0ab7 commit 7a5a2b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubric/renderer/blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pylint: disable=function-redefined (removes singledispatchmethod pylint errors)

import collections
from contextlib import redirect_stdout
import functools
Expand Down

0 comments on commit 7a5a2b9

Please sign in to comment.