Skip to content

Commit 2c7ce3d

Browse files
committed
noqaコメント追加
1 parent a837dd3 commit 2c7ce3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

annofabapi/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import abc
1+
import abc # noqa: A005
22
import json
33
import os
44
import zipfile

annofabapi/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import logging
1+
import logging # noqa: A005
22
import netrc
33
import os
44
from typing import Optional, Union

0 commit comments

Comments
 (0)