mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-16 03:28:30 +00:00
remove extra code
This commit is contained in:
@@ -4,6 +4,7 @@ from pydantic import BaseModel, Field, PrivateAttr
|
|||||||
|
|
||||||
from crewai.utilities.printer import Printer
|
from crewai.utilities.printer import Printer
|
||||||
|
|
||||||
|
|
||||||
class Logger(BaseModel):
|
class Logger(BaseModel):
|
||||||
verbose: bool = Field(default=False)
|
verbose: bool = Field(default=False)
|
||||||
_printer: Printer = PrivateAttr(default_factory=Printer)
|
_printer: Printer = PrivateAttr(default_factory=Printer)
|
||||||
|
|||||||
Reference in New Issue
Block a user