Skip to content

Commit

Permalink
style: 🎨 remove unused import (#747)
Browse files Browse the repository at this point in the history
## Description

This just removes the unused import that was bothering the linter.


## Reviewer Focus

<!-- Select quick/in-depth as necessary -->
This PR needs a quick review.



## Checklist

- [x] Added or updated tests
- [x] Tests passed locally
- [x] Linted and formatted code
- [x] Build passed locally
- [x] Updated documentation
  • Loading branch information
martonvago authored Oct 3, 2024
1 parent bec4fba commit 7044fd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sprout/core/path_resource_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from sprout.core import path_package
from sprout.core.verify_is_dir import verify_is_dir
from sprout.core.verify_is_file import verify_is_file
from sprout.core.verify_is_package_dir import verify_is_package_dir
from sprout.core.verify_is_resource_dir import verify_is_resource_dir


Expand Down

0 comments on commit 7044fd4

Please sign in to comment.