Skip to content

Commit 761d7ce

Browse files
committed
pkgmt format
1 parent a18d943 commit 761d7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/large-table-gen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Renter large-table-template.sql
2-
"""
1+
"""Renter large-table-template.sql"""
32

43
from pathlib import Path
54
from jinja2 import Template

src/sql/column_guesser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class Column(list):
99
"Store a column of tabular data; record its name and whether it is numeric"
10+
1011
is_quantity = True
1112
name = ""
1213

0 commit comments

Comments
 (0)