minor: Remove txt file from lint exception.

It's already ignored because it's not a .py file.
This commit is contained in:
Steve Howell
2018-11-10 21:32:18 +00:00
committed by Tim Abbott
parent 2505a2f3cc
commit 44cbcdf00c

View File

@@ -26,10 +26,6 @@ FILES_WITH_LEGACY_SUBJECT = {
'zerver/lib/fix_unreads.py', 'zerver/lib/fix_unreads.py',
'zerver/tests/test_migrations.py', 'zerver/tests/test_migrations.py',
# This is just test data, although I don't know
# why it's in lib.
'zerver/lib/test_data.source.txt',
# These use subject in the email sense, and will # These use subject in the email sense, and will
# probably always be exempt: # probably always be exempt:
'zerver/lib/email_mirror.py', 'zerver/lib/email_mirror.py',