Skip to content

Commit

Permalink
Ignore warn I O names
Browse files Browse the repository at this point in the history
  • Loading branch information
kuk committed Jan 21, 2023
1 parent be1cea5 commit e164fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slovnet/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#########

B = 'B'
I = 'I'
O = 'O'
I = 'I' # noqa E741
O = 'O' # noqa

PER = 'PER'
LOC = 'LOC'
Expand Down

0 comments on commit e164fa5

Please sign in to comment.