Skip to content

Commit b3bdf1d

Browse files
committed
Fix publishing after 4f2007e
1 parent 4f2007e commit b3bdf1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adc/producer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from .auth import SASLAuth
1515
from .errors import (DeliveryCallback, ErrorCallback, log_client_errors,
1616
log_delivery_errors)
17-
from .oidc import set_oauth_cb
1817

1918

2019
class Producer:
@@ -142,7 +141,6 @@ def as_ms(td: timedelta):
142141
config["error_cb"] = self.error_callback
143142
if self.auth is not None:
144143
config.update(self.auth())
145-
set_oauth_cb(config)
146144
return config
147145

148146

0 commit comments

Comments
 (0)