Skip to content

Commit 3049a97

Browse files
committed
fix format
1 parent e3fb8fd commit 3049a97

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/scripts/bigquery_generator/data_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class BQFuncArg:
2828
optional: bool
2929
keyword_only: bool
3030

31+
3132
@dataclasses.dataclass
3233
class BQFuncImpl:
3334
args: list[BQFuncArg]

packages/bigframes/scripts/bigquery_generator/template_renderer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616

17-
1817
from . import constants, data_models
1918

2019

0 commit comments

Comments
 (0)