mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
linter cleanup
This commit is contained in:
parent
17c7bb76e8
commit
2a08a70cf4
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
"""This module contains the core functionality of the repo_to_text package."""
|
||||||
|
|
||||||
from .core import get_tree_structure, load_ignore_specs, should_ignore_file, save_repo_to_text
|
from .core import get_tree_structure, load_ignore_specs, should_ignore_file, save_repo_to_text
|
||||||
|
|
||||||
__all__ = ['get_tree_structure', 'load_ignore_specs', 'should_ignore_file', 'save_repo_to_text']
|
__all__ = ['get_tree_structure', 'load_ignore_specs', 'should_ignore_file', 'save_repo_to_text']
|
||||||
Loading…
Add table
Add a link
Reference in a new issue