Skip to content

Commit 3ae9d47

Browse files
Update Lib/configparser.py
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 560bd99 commit 3ae9d47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/configparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ def __str__(self):
10601060
}
10611061
return f"<ConfigParser: {config_dict}>"
10621062

1063-
10641063
def __repr__(self):
10651064
init_params = {
10661065
"defaults": self._defaults if self._defaults else None,

0 commit comments

Comments
 (0)