Make pep8 happier

This commit is contained in:
Yorick Barbanneau 2023-12-22 13:37:50 +01:00
parent c9774498e0
commit fe185631b3
2 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,6 @@
import logging import logging
class CustomFormatter(logging.Formatter): class CustomFormatter(logging.Formatter):
grey = "\x1b[0;35m" grey = "\x1b[0;35m"

View file

@ -277,4 +277,3 @@ if __name__ == '__main__':
print("---\nBlack player options: {}\nWhite player options: {}".format( print("---\nBlack player options: {}\nWhite player options: {}".format(
bplayer.options, wplayer.options bplayer.options, wplayer.options
)) ))