File tree 4 files changed +4
-0
lines changed
msgpack_ext/types/timezones
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
This module provides API for interaction with a Tarantool server.
3
3
"""
4
+ # pylint: disable=too-many-lines
4
5
5
6
import os
6
7
import time
Original file line number Diff line number Diff line change 1
1
"""
2
2
This module provides API for interaction with Tarantool servers cluster.
3
3
"""
4
+ # pylint: disable=too-many-lines
4
5
5
6
import abc
6
7
import itertools
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ cat <<EOF > ${DST_FILE}
26
26
Tarantool timezone info. Automatically generated by
27
27
\`\` gen-timezones.sh\`\` .
28
28
"""
29
+ # pylint: disable=too-many-lines
29
30
30
31
TZ_UTC = 0x01
31
32
TZ_RFC = 0x02
Original file line number Diff line number Diff line change 2
2
Tarantool timezone info. Automatically generated by
3
3
``gen-timezones.sh``.
4
4
"""
5
+ # pylint: disable=too-many-lines
5
6
6
7
TZ_UTC = 0x01
7
8
TZ_RFC = 0x02
You can’t perform that action at this time.
0 commit comments