From b5b9fa6d454b81a7338e314de38e02d3f36bc492 Mon Sep 17 00:00:00 2001 From: cactusbranch01 Date: Thu, 21 Mar 2024 08:34:46 -0700 Subject: [PATCH] Python style changed imports to match style --- src/python/run_diff3_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/run_diff3_analysis.py b/src/python/run_diff3_analysis.py index 8c7fd259a6..9ccb7f2a84 100644 --- a/src/python/run_diff3_analysis.py +++ b/src/python/run_diff3_analysis.py @@ -1,5 +1,5 @@ -from diff3_analysis import diff3_analysis import os +from diff3_analysis import diff3_analysis # Mixed conflict and pass examples from results_greatest_hits/result.csv # Randomly chosen sample of mixed results from dataset