Skip to content

Commit 017a931

Browse files
committed
cli; Drop unnecessary u"" usage
Signed-off-by: Cole Robinson <[email protected]>
1 parent 1e42224 commit 017a931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugzilla/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def _filter_components(compdetails):
662662
elif opt.component_owners:
663663
details = bz.getcomponentsdetails(productname)
664664
for c in sorted(_filter_components(details)):
665-
print(u"%s: %s" % (c, details[c]['default_assigned_to']))
665+
print("%s: %s" % (c, details[c]['default_assigned_to']))
666666

667667

668668
def _convert_to_outputformat(output):

0 commit comments

Comments
 (0)