From f180f28fe96e7b5e069b56f0973faad64465fc75 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 3 Sep 2021 16:19:50 -0400 Subject: Cleanup tag list and tag rendering --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index aaf9e413..28634f83 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1203,7 +1203,7 @@ class Tag: core.BNFreeTag(self.handle) def __repr__(self): - return "" + return f"" def __eq__(self, other): if not isinstance(other, self.__class__): -- cgit v1.3.1