Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Nov 20, 2025
commit 01c4cda4def6b84d08390c166c3923ed4e4d0f0f
20 changes: 10 additions & 10 deletions src/backend/base/langflow/logging/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
aexception = logger.aexception

__all__ = [
"acritical",
"adebug",
"aerror",
"aexception",
"ainfo",
"awarning",
"configure",
"logger",
"info",
"critical",
"debug",
"warning",
"error",
"critical",
"exception",
"aerror",
"ainfo",
"adebug",
"awarning",
"acritical",
"aexception",
"info",
"logger",
"warning",
]
Loading