lighten modules and remove unnecessary imports

This commit is contained in:
timurgordon
2025-01-02 01:47:15 -05:00
parent 86af42bf4a
commit 5d3df608e1
6 changed files with 20 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ import os
const testpath3 = os.dir(@FILE) + '/../..'
// if we return True then it means the dir or file is processed
fn filter_1(mut path pathlib.Path, mut params paramsparser.Params) !bool {
fn filter_1(mut path pathlib.Path) !bool {
if path.is_dir() {
if path.path.ends_with('.dSYM') {
return false