Skip to content

Commit

Permalink
Correct mistake regarding the imports merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-tech committed Feb 7, 2024
1 parent db016a9 commit 15db7b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
File renamed without changes.
8 changes: 0 additions & 8 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2023 Felix Zailskas <[email protected]>

import argparse
import os
import subprocess

import pandas as pd
from reportlab.lib import colors
from reportlab.lib.pagesizes import A4
from reportlab.lib.styles import getSampleStyleSheet
from reportlab.platypus import Paragraph, SimpleDocTemplate, Spacer, Table, TableStyle

from demo import (
evp_demo,
Expand Down

0 comments on commit 15db7b5

Please sign in to comment.