Skip to content

Commit

Permalink
Fix E0110
Browse files Browse the repository at this point in the history
It fixed itself? idk
  • Loading branch information
mayankpatibandla committed Mar 24, 2024
1 parent bf70bdb commit 2e9f7b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# E0401: Unable to import
# W0212: Access to a protected member
# W0101: Unreachable code
# E0110: Instantiated abstract class

# Performance optimization
# W1203: Use % formatting in logging functions and pass the parameters as arguments
Expand Down Expand Up @@ -63,4 +62,4 @@ disable = C0114, C0115, C0116, R0903, C0415, R0913, W1203, R1729, E1120, E1123
R0912, R0911, W0511, R0902, C0412, C0103, C0301, R0915, W1514,
E1101, W1201,
E0401, W0212, R0904, W0101,
C0302, E0110, W0603, R0401
C0302, W0603, R0401

0 comments on commit 2e9f7b3

Please sign in to comment.