Skip to content

Commit

Permalink
examples: Remove unused imports from consumer.py (#522)
Browse files Browse the repository at this point in the history
DirectoryResource was removed and the examples crashes on import.
  • Loading branch information
chivay authored Apr 23, 2021
1 parent 290e0f6 commit a7a6f71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import argparse
import tempfile

from karton.core import Karton, Config, Task, DirectoryResource

from karton.core import Karton, Config

class DrakrunAnalysisConsumer(Karton):
identity = "karton.drakrun.archiver"
Expand Down

0 comments on commit a7a6f71

Please sign in to comment.