Skip to content

Commit

Permalink
ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Jun 22, 2024
1 parent 13ea90a commit 3420e68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs-generator.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from pylatex import Document, Section, Subsection, Subsubsection, Package, Tabular, Figure, Command
from pylatex.utils import bold, NoEscape
import json
import time
import subprocess
import time

from pylatex import (Command, Document, Figure, Package, Section, Subsection,
Subsubsection, Tabular)
from pylatex.utils import NoEscape, bold

with open("sigmf-schema.json", "r") as f:
data = json.load(f)
Expand Down

0 comments on commit 3420e68

Please sign in to comment.