Skip to content

Commit 18c9872

Browse files
committed
Fix flake8 error.
1 parent 7d836e1 commit 18c9872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/domains/cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,7 @@ def _parse_class(self):
30203020
visibility = self.matched_text
30213021
self.skip_ws()
30223022
if self.skip_string('virtual'):
3023-
if virtual == True:
3023+
if virtual:
30243024
self.fail('Duplicate virtual keyword found')
30253025
virtual = True
30263026
baseName = self._parse_nested_name()

0 commit comments

Comments
 (0)