Skip to content

Commit 5fba78d

Browse files
gpleissBalandat
andauthored
Update gpytorch/kernels/kernel.py
Co-authored-by: Max Balandat <[email protected]>
1 parent cc14961 commit 5fba78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _dist(self, x1, x2, x1_eq_x2=False, postprocess=False):
7676
return self._postprocess(res) if postprocess else res
7777

7878

79-
class _autograd_kernel_hack(object):
79+
class _autograd_kernel_hack:
8080
"""
8181
Helper class.
8282

0 commit comments

Comments
 (0)