Skip to content

Commit

Permalink
Fix imports order & update gitignore
Browse files Browse the repository at this point in the history
 On branch fix-linters
 Changes to be committed:
	modified:   .gitignore
	modified:   quinn/schema_helpers.py
  • Loading branch information
SemyonSinchenko committed Nov 23, 2023
1 parent 575d163 commit 4758730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ site
.vscode

# Emacs
.dir_locals.el
.dir_locals.el

# Jupyter notebooks
*.ipynb
.ipynb_checkpoints
1 change: 1 addition & 0 deletions quinn/schema_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import json
from typing import Optional

from pyspark.sql import SparkSession
from pyspark.sql import types as T # noqa: N812

Expand Down

0 comments on commit 4758730

Please sign in to comment.