From 6ce8e8526455de935d82e8554d39e48658ace343 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 25 Jun 2025 21:36:04 +0000 Subject: [PATCH] feat(lib): import library "os" --- duplicate_check.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/duplicate_check.py b/duplicate_check.py index cdf3e01..5f8e81f 100644 --- a/duplicate_check.py +++ b/duplicate_check.py @@ -1,7 +1,10 @@ #!/usr/bin/env python # Duplicate Check -# Version: 0.6.0 +# Version: 0.7.0 # Copyright 2025 Jake Winters -# SPDX-License-Identifier: BSD-3-Clause \ No newline at end of file +# SPDX-License-Identifier: BSD-3-Clause + + +import os