Skip to content

Commit

Permalink
refactor: black formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Nov 10, 2024
1 parent aba4a5f commit a28f50d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions vcd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
~vcd.reader.tokenize
"""

from .reader import tokenize
from .writer import VCDPhaseError, VCDWriter

Expand Down
1 change: 1 addition & 0 deletions vcd/gtkw.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
__ http://gtkwave.sourceforge.net
"""

import datetime
import math
import os
Expand Down
1 change: 1 addition & 0 deletions vcd/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This module provides :class:`VCDWriter` for writing VCD files.
"""

from datetime import datetime
from itertools import zip_longest
from numbers import Number
Expand Down

0 comments on commit a28f50d

Please sign in to comment.