We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5426350 commit 72796f1Copy full SHA for 72796f1
pandas/core/tools/datetimes.py
@@ -1,7 +1,7 @@
1
from collections import abc
2
from datetime import datetime, time
3
from functools import partial
4
-from typing import Union, TypeVar
+from typing import TypeVar, Union
5
6
import numpy as np
7
0 commit comments