Skip to content

Commit

Permalink
fix crew logger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Jun 7, 2024
1 parent 45655a9 commit 9b965d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewai/utilities/logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from crewai.utilities.printer import Printer

import datetime

class Logger:
_printer = Printer()
Expand Down

0 comments on commit 9b965d9

Please sign in to comment.