Skip to content

Commit

Permalink
Merge branch 'feat/rtdetr_update' of https://github.com/shijianjian/k…
Browse files Browse the repository at this point in the history
…ornia into feat/rtdetr_update
  • Loading branch information
shijianjian committed Sep 8, 2024
2 parents 6790ed1 + 2f3f531 commit ee3903e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kornia/contrib/object_detection.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from __future__ import annotations

import datetime
import logging
import os
from dataclasses import dataclass
from enum import Enum
import logging
from typing import Optional, Union

import torch
Expand Down
2 changes: 1 addition & 1 deletion kornia/core/external.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import importlib
import logging
import subprocess
from types import ModuleType
from typing import List, Optional
import logging

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit ee3903e

Please sign in to comment.