Skip to content

Commit dfddbcf

Browse files
committed
Ignore a lint error
1 parent f4afd8c commit dfddbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
logger = logging.getLogger(logger_name)
1212

1313

14-
class ActorLogFormatter(CrawleeLogFormatter): # Inherited from parent class
14+
class ActorLogFormatter(CrawleeLogFormatter): # noqa: D101 Inherited from parent class
1515
pass

0 commit comments

Comments
 (0)