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
Copy file name to clipboardExpand all lines: bigframes/constants.py
+4
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+
importdatetime
16
+
15
17
"""Constants used across BigQuery DataFrames.
16
18
17
19
This module should not depend on any others in the package.
@@ -23,3 +25,5 @@
23
25
)
24
26
25
27
ABSTRACT_METHOD_ERROR_MESSAGE=f"Abstract method. You have likely encountered a bug. Please share this stacktrace and how you reached it with the BigQuery DataFrames team. {FEEDBACK_LINK}"
0 commit comments