mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-03 02:37:43 +00:00
removed unused imports, minor fixes
This commit is contained in:
+1
-2
@@ -4,10 +4,9 @@ Logging utilities for the pump.fun trading bot.
|
||||
|
||||
import logging
|
||||
import sys
|
||||
from typing import Dict
|
||||
|
||||
# Global dict to store loggers
|
||||
_loggers: Dict[str, logging.Logger] = {}
|
||||
_loggers: dict[str, logging.Logger] = {}
|
||||
|
||||
|
||||
def get_logger(name: str, level: int = logging.INFO) -> logging.Logger:
|
||||
|
||||
Reference in New Issue
Block a user