Skip to content

Commit c549837

Browse files
gh-150427: Remove unused __linecnt attribute from _sitebuiltins (#150428)
1 parent be715d7 commit c549837

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/_sitebuiltins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def __setup(self):
5555
if not data:
5656
data = self.__data
5757
self.__lines = data.split('\n')
58-
self.__linecnt = len(self.__lines)
5958

6059
def __repr__(self):
6160
self.__setup()

0 commit comments

Comments
 (0)