mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Closes #23151: Removed unnecessary initialization.
This commit is contained in:
parent
789b805700
commit
2fb1efe4f4
1 changed files with 0 additions and 2 deletions
|
@ -1086,7 +1086,6 @@ class PlaceHolder(object):
|
||||||
#
|
#
|
||||||
# Determine which class to use when instantiating loggers.
|
# Determine which class to use when instantiating loggers.
|
||||||
#
|
#
|
||||||
_loggerClass = None
|
|
||||||
|
|
||||||
def setLoggerClass(klass):
|
def setLoggerClass(klass):
|
||||||
"""
|
"""
|
||||||
|
@ -1105,7 +1104,6 @@ def getLoggerClass():
|
||||||
"""
|
"""
|
||||||
Return the class to be used when instantiating a logger.
|
Return the class to be used when instantiating a logger.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return _loggerClass
|
return _loggerClass
|
||||||
|
|
||||||
class Manager(object):
|
class Manager(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue