Skip to content

Commit c9158b6

Browse files
committed
added missing import
1 parent d8015af commit c9158b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/google-auth-oauthlib/tests/unit/test_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import urllib
2424
import webbrowser
2525
import wsgiref.simple_server
26+
from functools import partial
2627
from unittest import mock
2728

2829
import pytest

0 commit comments

Comments
 (0)