Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsilva committed Dec 11, 2023
1 parent 4ff518a commit 92e3212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_codemods/numpy_nan_equality.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import namedtuple
from typing import Optional
import libcst as cst
from libcst import Equal, UnaryOperation, matchers
from libcst import UnaryOperation, matchers
from codemodder.codemods.api import BaseCodemod
from codemodder.codemods.base_codemod import ReviewGuidance

Expand Down

0 comments on commit 92e3212

Please sign in to comment.