Skip to content

Commit 5777298

Browse files
committed
Python HTTP Server: Ignore a false flake8 warning (materials)
1 parent efefef4 commit 5777298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-http-server/https/self_signed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def path(self) -> Path:
3030
subject.C = self.country
3131
subject.ST = self.state
3232
subject.L = self.locality
33-
subject.O = self.organization
33+
subject.O = self.organization # noqa
3434
subject.OU = self.organizational_unit
3535

3636
certificate.set_serial_number(self.serial_number)

0 commit comments

Comments
 (0)