@@ -131,7 +131,7 @@ def test_plain_maxcolwidth_autowraps_with_sep():
131131def test_plain_maxcolwidth_autowraps_wide_chars ():
132132 "Output: maxcolwidth and autowrapping functions with wide characters"
133133 try :
134- import wcwidth # noqa
134+ import wcwidth # noqa: F401
135135 except ImportError :
136136 skip ("test_wrap_text_wide_chars is skipped" )
137137
@@ -546,7 +546,7 @@ def test_grid():
546546def test_grid_wide_characters ():
547547 "Output: grid with wide characters in headers"
548548 try :
549- import wcwidth # noqa
549+ import wcwidth # noqa: F401
550550 except ImportError :
551551 skip ("test_grid_wide_characters is skipped" )
552552 headers = list (_test_table_headers )
@@ -681,7 +681,7 @@ def test_simple_grid():
681681def test_simple_grid_wide_characters ():
682682 "Output: simple_grid with wide characters in headers"
683683 try :
684- import wcwidth # noqa
684+ import wcwidth # noqa: F401
685685 except ImportError :
686686 skip ("test_simple_grid_wide_characters is skipped" )
687687 headers = list (_test_table_headers )
@@ -816,7 +816,7 @@ def test_rounded_grid():
816816def test_rounded_grid_wide_characters ():
817817 "Output: rounded_grid with wide characters in headers"
818818 try :
819- import wcwidth # noqa
819+ import wcwidth # noqa: F401
820820 except ImportError :
821821 skip ("test_rounded_grid_wide_characters is skipped" )
822822 headers = list (_test_table_headers )
@@ -951,7 +951,7 @@ def test_heavy_grid():
951951def test_heavy_grid_wide_characters ():
952952 "Output: heavy_grid with wide characters in headers"
953953 try :
954- import wcwidth # noqa
954+ import wcwidth # noqa: F401
955955 except ImportError :
956956 skip ("test_heavy_grid_wide_characters is skipped" )
957957 headers = list (_test_table_headers )
@@ -1086,7 +1086,7 @@ def test_mixed_grid():
10861086def test_mixed_grid_wide_characters ():
10871087 "Output: mixed_grid with wide characters in headers"
10881088 try :
1089- import wcwidth # noqa
1089+ import wcwidth # noqa: F401
10901090 except ImportError :
10911091 skip ("test_mixed_grid_wide_characters is skipped" )
10921092 headers = list (_test_table_headers )
@@ -1221,7 +1221,7 @@ def test_double_grid():
12211221def test_double_grid_wide_characters ():
12221222 "Output: double_grid with wide characters in headers"
12231223 try :
1224- import wcwidth # noqa
1224+ import wcwidth # noqa: F401
12251225 except ImportError :
12261226 skip ("test_double_grid_wide_characters is skipped" )
12271227 headers = list (_test_table_headers )
@@ -1356,7 +1356,7 @@ def test_fancy_grid():
13561356def test_fancy_grid_wide_characters ():
13571357 "Output: fancy_grid with wide characters in headers"
13581358 try :
1359- import wcwidth # noqa
1359+ import wcwidth # noqa: F401
13601360 except ImportError :
13611361 skip ("test_fancy_grid_wide_characters is skipped" )
13621362 headers = list (_test_table_headers )
@@ -1525,7 +1525,7 @@ def test_colon_grid():
15251525def test_colon_grid_wide_characters ():
15261526 "Output: colon_grid with wide chars in header"
15271527 try :
1528- import wcwidth # noqa
1528+ import wcwidth # noqa: F401
15291529 except ImportError :
15301530 skip ("test_colon_grid_wide_characters is skipped" )
15311531 headers = list (_test_table_headers )
@@ -1619,7 +1619,7 @@ def test_outline():
16191619def test_outline_wide_characters ():
16201620 "Output: outline with wide characters in headers"
16211621 try :
1622- import wcwidth # noqa
1622+ import wcwidth # noqa: F401
16231623 except ImportError :
16241624 skip ("test_outline_wide_characters is skipped" )
16251625 headers = list (_test_table_headers )
@@ -1671,7 +1671,7 @@ def test_simple_outline():
16711671def test_simple_outline_wide_characters ():
16721672 "Output: simple_outline with wide characters in headers"
16731673 try :
1674- import wcwidth # noqa
1674+ import wcwidth # noqa: F401
16751675 except ImportError :
16761676 skip ("test_simple_outline_wide_characters is skipped" )
16771677 headers = list (_test_table_headers )
@@ -1723,7 +1723,7 @@ def test_rounded_outline():
17231723def test_rounded_outline_wide_characters ():
17241724 "Output: rounded_outline with wide characters in headers"
17251725 try :
1726- import wcwidth # noqa
1726+ import wcwidth # noqa: F401
17271727 except ImportError :
17281728 skip ("test_rounded_outline_wide_characters is skipped" )
17291729 headers = list (_test_table_headers )
@@ -1775,7 +1775,7 @@ def test_heavy_outline():
17751775def test_heavy_outline_wide_characters ():
17761776 "Output: heavy_outline with wide characters in headers"
17771777 try :
1778- import wcwidth # noqa
1778+ import wcwidth # noqa: F401
17791779 except ImportError :
17801780 skip ("test_heavy_outline_wide_characters is skipped" )
17811781 headers = list (_test_table_headers )
@@ -1827,7 +1827,7 @@ def test_mixed_outline():
18271827def test_mixed_outline_wide_characters ():
18281828 "Output: mixed_outline with wide characters in headers"
18291829 try :
1830- import wcwidth # noqa
1830+ import wcwidth # noqa: F401
18311831 except ImportError :
18321832 skip ("test_mixed_outline_wide_characters is skipped" )
18331833 headers = list (_test_table_headers )
@@ -1879,7 +1879,7 @@ def test_double_outline():
18791879def test_double_outline_wide_characters ():
18801880 "Output: double_outline with wide characters in headers"
18811881 try :
1882- import wcwidth # noqa
1882+ import wcwidth # noqa: F401
18831883 except ImportError :
18841884 skip ("test_double_outline_wide_characters is skipped" )
18851885 headers = list (_test_table_headers )
@@ -1931,7 +1931,7 @@ def test_fancy_outline():
19311931def test_fancy_outline_wide_characters ():
19321932 "Output: fancy_outline with wide characters in headers"
19331933 try :
1934- import wcwidth # noqa
1934+ import wcwidth # noqa: F401
19351935 except ImportError :
19361936 skip ("test_fancy_outline_wide_characters is skipped" )
19371937 headers = list (_test_table_headers )
0 commit comments