From 3cb06ea9dfc0fc0a825c115822eb7388a6080255 Mon Sep 17 00:00:00 2001 From: russelldj Date: Thu, 16 Jan 2025 18:43:29 +0000 Subject: [PATCH] Apply black formatting changes --- .../metashape_v1.6-1.8/python/metashape_workflow_functions.py | 1 + python/metashape_workflow_functions.py | 1 + 2 files changed, 2 insertions(+) diff --git a/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py b/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py index 44711f2..bd30399 100644 --- a/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py +++ b/prior-versions/metashape_v1.6-1.8/python/metashape_workflow_functions.py @@ -9,6 +9,7 @@ import os import platform import re + # import the fuctionality we need to make time stamps to measure performance import time diff --git a/python/metashape_workflow_functions.py b/python/metashape_workflow_functions.py index a77e2d6..843c409 100755 --- a/python/metashape_workflow_functions.py +++ b/python/metashape_workflow_functions.py @@ -4,6 +4,7 @@ import os import platform import re + # Import the fuctionality we need to make time stamps to measure performance import time