Skip to content

Commit 696acef

Browse files
committed
fix: ignore duplicate code until it is in common library
1 parent bb25494 commit 696acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ptfpapi/fprun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
# FIXME: Move to libpvarki
25-
class ProductAddRequest(BaseModel): # pylint: disable=too-few-public-methods
25+
class ProductAddRequest(BaseModel): # pylint: disable=too-few-public-methods,R0801
2626
"""Request to add product interoperability."""
2727

2828
certcn: str = Field(description="CN of the certificate")

0 commit comments

Comments
 (0)