Skip to content

Commit bb91f98

Browse files
committed
ups?
1 parent 15eff0d commit bb91f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/_pyproject_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def _normalize_project(data, rootdir, name, requirefiles, **_ignored):
167167
key = 'readme'
168168
if key in data:
169169
readme = data[key]
170-
if isinstance(readme, 'str'):
170+
if isinstance(readme, str):
171171
readme = data[key] = {'file': readme}
172172
# XXX Check the suffix.
173173
# XXX Handle 'content-type'.

0 commit comments

Comments
 (0)