File tree Expand file tree Collapse file tree 7 files changed +7
-10
lines changed
secondary_indexes_builtin Expand file tree Collapse file tree 7 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
import argparse
3
- from . import basic_example
3
+ import basic_example
4
4
import logging
5
5
6
6
Original file line number Diff line number Diff line change 2
2
import os
3
3
4
4
import ydb
5
- from . import basic_example_data
5
+ import basic_example_data
6
6
7
7
FillDataQuery = """PRAGMA TablePathPrefix("{}");
8
8
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
import argparse
3
3
import os
4
-
5
- from . import pagination
4
+ import pagination
6
5
7
6
8
7
if __name__ == "__main__" :
Original file line number Diff line number Diff line change 4
4
5
5
import ydb
6
6
from concurrent .futures import TimeoutError
7
- from . import sample_data
7
+ import sample_data
8
8
9
9
10
10
class SchoolsPaginated (object ):
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
import argparse
3
- from . import secondary_indexes_builtin
3
+ import secondary_indexes_builtin
4
4
import logging
5
5
6
6
INTERESTING_TARGETS = [
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
import argparse
3
-
4
- from . import ttl
3
+ import ttl
5
4
6
5
7
6
if __name__ == "__main__" :
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
import argparse
3
-
4
- from . import ttl
3
+ import ttl
5
4
6
5
7
6
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments