feat(pppdf): cleanup

This commit is contained in:
Jacob Bachmann 2024-05-25 13:16:04 +02:00
parent 49bb59b7f4
commit 05507ee1ba
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -2,7 +2,6 @@
import sys import sys
import math import math
import os
try: try:
import notify2 import notify2
@ -11,7 +10,6 @@ except:
exit(1) exit(1)
notify2.init('pppdf') notify2.init('pppdf')
# notify2.Notification('pppdf', f'Working dir: {os.getcwd()}').show()
try: try:
import pikepdf import pikepdf