mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
linting not working in github actions..
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import logging
|
||||
import os
|
||||
|
||||
import autogpt_libs.logging.config
|
||||
|
||||
|
||||
def configure_logging():
|
||||
import logging
|
||||
|
||||
import autogpt_libs.logging.config
|
||||
|
||||
if os.getenv("APP_ENV") != "cloud":
|
||||
autogpt_libs.logging.config.configure_logging(force_cloud_logging=False)
|
||||
|
||||
Reference in New Issue
Block a user