From cd0e0ce4d16d84959504ae4b1ceebd0a03734dc5 Mon Sep 17 00:00:00 2001 From: Pratham Chauhan Date: Thu, 30 Mar 2023 10:52:05 +0530 Subject: [PATCH] remove unused import --- capa/render/result_document.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/render/result_document.py b/capa/render/result_document.py index eac58b0b..5bb646f3 100644 --- a/capa/render/result_document.py +++ b/capa/render/result_document.py @@ -5,7 +5,6 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -import json import datetime from typing import Any, Dict, List, Tuple, Union, Optional