Skip to content

Commit

Permalink
Merge pull request #158 from MrPowers/fix-linters
Browse files Browse the repository at this point in the history
Fix imports order & update gitignore
  • Loading branch information
SemyonSinchenko authored Nov 23, 2023
2 parents 575d163 + 4758730 commit bef6aa0
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 bef6aa0

Please sign in to comment.