From 1591f5d17c42b9b06daaa8f1d49fd2ecc876f6a6 Mon Sep 17 00:00:00 2001 From: Fredo Guan Date: Mon, 12 Dec 2022 23:28:37 -0800 Subject: [PATCH] Update davit.py --- timm/models/davit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/timm/models/davit.py b/timm/models/davit.py index 05adc750..43ebc9a3 100644 --- a/timm/models/davit.py +++ b/timm/models/davit.py @@ -12,8 +12,6 @@ DaViT model defs and weights adapted from https://github.com/dingmyu/davit, orig # All rights reserved. # This source code is licensed under the MIT license -# FIXME remove unused imports - import itertools import torch