Skip to content

Commit

Permalink
Fix up style and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Aug 27, 2024
1 parent 6e357bb commit fe0f192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions python/examples/test_dual_write_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#tag::test[]
import unittest
from pyspark.sql import SparkSession
from pyspark.sql.functions import current_timestamp
from pyspark.sql.types import Row
from pyspark.testing.utils import assertDataFrameEqual
from .dual_write import DualWriteExample
Expand Down
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deps =
[testenv:flake8]
extras = tests
skipsdist = True
commands = flake8 --ignore=F403,E402,F401,F405,W503 examples
commands = flake8 --ignore=F403,E402,F401,F405,W503,E265 examples
allowlist_externals = flake8

[testenv:mypy]
Expand Down

0 comments on commit fe0f192

Please sign in to comment.