Tabs --> spaces in quine_mc_cluskey.py (#1426)

* Tabs --> spaces in quine_mc_cluskey.py

* fixup! Format Python code with psf/black push
This commit is contained in:
Christian Clauss 2019-11-21 15:21:40 +01:00 committed by John Law
parent e8aa81297a
commit ec7bc7c7cd
3 changed files with 31 additions and 30 deletions

View File

@ -1,5 +1,6 @@
# Implementation of Circular Queue (using Python lists)
class CircularQueue:
"""Circular FIFO queue with a fixed capacity"""