mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Remove useless internal-only noqa.
This commit is contained in:
parent
4948c6a5f5
commit
ba64cb9d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
import collections.abc
|
||||
import re
|
||||
from dataclasses import fields
|
||||
from enum import Enum, auto # noqa: IG29: We don't want to depend on distillery
|
||||
from enum import Enum, auto
|
||||
from typing import (
|
||||
Callable,
|
||||
Generic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue