mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
removed leftovers of string_ from builtins
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
|
||||
import builtins
|
||||
from collections import namedtuple
|
||||
from collections.abc import Mapping
|
||||
from itertools import chain
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# E501: line too long (xx > 79 characters)
|
||||
# W503: line break occurred before a binary operator
|
||||
ignore = E127,E128,E129,E226,E241,E501,W503
|
||||
builtins = _,N_,ngettext,gettext_attributes,pgettext_attributes,gettext_countries,string_
|
||||
builtins = _,N_,ngettext,gettext_attributes,pgettext_attributes,gettext_countries
|
||||
exclude = ui_*.py,picard/resources.py
|
||||
|
||||
[coverage:run]
|
||||
|
||||
Reference in New Issue
Block a user