Skip to content

Commit

Permalink
fix: utils dont have init file
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed May 18, 2024
1 parent ed348cc commit 07fa689
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="way3",
version="0.0.28",
version="0.0.29",
author="aboutmydreams",
author_email="[email protected]",
description="Simplified file path management for Python developers",
Expand Down
2 changes: 1 addition & 1 deletion way3/file_find/traverse_files_from_folder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from typing import Dict, List
from ..utils.ignore_rule import parse_gitignore, is_gitignored
from way3.utils.ignore_rule import parse_gitignore, is_gitignored


def get_files_in_directory(directory, should_ignore=True, ignore_file_path=None):
Expand Down
Empty file added way3/utils/__init__.py
Empty file.

0 comments on commit 07fa689

Please sign in to comment.