Skip to content

Commit c1ce17f

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Remove unnecessary import in README example
1 parent 87ef92b commit c1ce17f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ crawler = Crawler('.', only_files=False)
7979
If you just want to run a function for each file the crawler finds, you don't have to write the loop yourself — every crawler has an `apply()` method:
8080

8181
```python
82-
from dirstree import Crawler
83-
8482
# This will print the entire contents of the directory, except for the excluded locations.
8583
Crawler('src', exclude=['tests/**']).apply(print)
8684
```

0 commit comments

Comments
 (0)