We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a6229 commit b9d3930Copy full SHA for b9d3930
src/vcspull/log.py
@@ -106,7 +106,7 @@ def format(self, record: logging.LogRecord) -> str:
106
record.message = f"Bad message ({e!r}): {record.__dict__!r}"
107
108
date_format = "%H:%m:%S"
109
- formatting = self.converter(record.created) # type:ignore
+ formatting = self.converter(record.created)
110
record.asctime = time.strftime(date_format, formatting)
111
prefix = self.template(record) % record.__dict__
112
0 commit comments