Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 279e2bb commit eb97d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kornia/constants.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import logging
from enum import Enum, EnumMeta
from typing import Iterator, Type, TypeVar, Union
import logging

import torch

from kornia.core import Tensor

__all__ = ["pi", "DType", "Resample", "BorderType", "SamplePadding", "TKEnum"]

logging.basicConfig(level = logging.INFO)
logging.basicConfig(level=logging.INFO)

pi = torch.tensor(3.14159265358979323846)

Expand Down
2 changes: 1 addition & 1 deletion kornia/onnx/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import os
import pprint
import urllib.request
import logging
from typing import Any, Optional

import requests
Expand Down

0 comments on commit eb97d0b

Please sign in to comment.