File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 45
45
"google.cloud.bigquery_storage" , minversion = "2.0.0"
46
46
)
47
47
48
- if pandas is not None :
48
+ if pandas is not None : #pragma: NO COVER
49
49
PANDAS_INSTALLED_VERSION = metadata .version ("pandas" )
50
- else :
50
+ else : #pragma: NO COVER
51
51
PANDAS_INSTALLED_VERSION = "0.0.0"
52
52
53
53
PANDAS_INT64_VERSION = "1.0.0"
Original file line number Diff line number Diff line change 63
63
64
64
PANDAS_MINIUM_VERSION = "1.0.0"
65
65
66
- if pandas is not None :
66
+ if pandas is not None : #pragma: NO COVER
67
67
PANDAS_INSTALLED_VERSION = metadata .version ("pandas" )
68
- else :
68
+ else : #pragma: NO COVER
69
69
PANDAS_INSTALLED_VERSION = "0.0.0"
70
70
71
71
Original file line number Diff line number Diff line change 82
82
83
83
PANDAS_MINIUM_VERSION = "1.0.0"
84
84
85
- if pandas is not None :
85
+ if pandas is not None : #pragma: NO COVER
86
86
PANDAS_INSTALLED_VERSION = metadata .version ("pandas" )
87
- else :
87
+ else : #pragma: NO COVER
88
88
PANDAS_INSTALLED_VERSION = "0.0.0"
89
89
90
90
Original file line number Diff line number Diff line change 74
74
except (ImportError , AttributeError ): # pragma: NO COVER
75
75
tqdm = None
76
76
77
- if pandas is not None :
77
+ if pandas is not None : #pragma: NO COVER
78
78
PANDAS_INSTALLED_VERSION = metadata .version ("pandas" )
79
- else :
79
+ else : #pragma: NO COVER
80
80
PANDAS_INSTALLED_VERSION = "0.0.0"
81
81
82
82
Original file line number Diff line number Diff line change 33
33
34
34
if pandas is not None : # pragma: NO COVER
35
35
PANDAS_INSTALLED_VERSION = metadata .version ("pandas" )
36
- else :
36
+ else : # pragma: NO COVER
37
37
PANDAS_INSTALLED_VERSION = "0.0.0"
38
38
39
39
You can’t perform that action at this time.
0 commit comments