From 4be5b898c205214031b22c19bfce8555ed071ca6 Mon Sep 17 00:00:00 2001 From: Seda Gundogdu Date: Wed, 22 May 2024 16:22:36 +0300 Subject: [PATCH] adding missing part of convertion --- packaging_automation/tests/test_common_tool_methods.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging_automation/tests/test_common_tool_methods.py b/packaging_automation/tests/test_common_tool_methods.py index 5b1fa10e..2cf7b98f 100644 --- a/packaging_automation/tests/test_common_tool_methods.py +++ b/packaging_automation/tests/test_common_tool_methods.py @@ -2,8 +2,10 @@ import uuid from datetime import datetime from shutil import copyfile + from datetime import timezone + import pathlib2 from github import Github