Skip to content

Commit 99c6b68

Browse files
committed
flake8
1 parent e8f23e5 commit 99c6b68

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

pytorch_lightning/metrics/functional/explained_variance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
from typing import Sequence, Tuple, Union
14+
from typing import Sequence, Union
1515

1616
import torch
1717
from torchmetrics.functional import explained_variance as _explained_variance

pytorch_lightning/metrics/functional/mean_relative_error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
from typing import Tuple
1514

1615
import torch
1716
from torchmetrics.functional.regression.mean_relative_error import mean_relative_error as _mean_relative_error

pytorch_lightning/metrics/functional/mean_squared_error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
from typing import Tuple
1514

1615
import torch
1716
from torchmetrics.functional import mean_squared_error as _mean_squared_error

pytorch_lightning/metrics/functional/mean_squared_log_error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
from typing import Tuple
1514

1615
import torch
1716
from torchmetrics.functional import mean_squared_log_error as _mean_squared_log_error

0 commit comments

Comments
 (0)