You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If both import logging and from logging import error are in scope, and the user asks for the symbol logging.error, I think it makes sense to prefer "error" over "logging.error".