mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 17:02:59 +02:00
Make Indentation Consistent
I added two more spaces to make my indentation consistent.
This commit is contained in:
parent
a8bec3448e
commit
c381a5c31b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
import textwrap
|
||||
import time
|
||||
from collections import (
|
||||
OrderedDict, deque
|
||||
OrderedDict, deque
|
||||
)
|
||||
from io import BytesIO
|
||||
from qt.core import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue