Make pep8 happier
This commit is contained in:
parent
c9774498e0
commit
fe185631b3
2 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
class CustomFormatter(logging.Formatter):
|
class CustomFormatter(logging.Formatter):
|
||||||
|
|
||||||
grey = "\x1b[0;35m"
|
grey = "\x1b[0;35m"
|
||||||
|
|
|
@ -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
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue