Skip to content

Commit

Permalink
[Python] Fix python lints (#27543)
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse authored Jul 18, 2023
1 parent d32d305 commit dff2844
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# pytype: skip-file

import unittest
from typing import Dict

import apache_beam as beam
from apache_beam.coders.coders import FastPrimitivesCoder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import traceback
import unittest
from typing import Any
from typing import Dict
from typing import List
from typing import Optional

Expand Down

0 comments on commit dff2844

Please sign in to comment.