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
communications.Request.get_header() and .get_auth() both have a round-about way of using dict.get(). fix will likely improve performance and will look cleaner.
communications.Request.get_header()and.get_auth()both have a round-about way of usingdict.get(). fix will likely improve performance and will look cleaner.