Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Mar 18, 2024
1 parent d40827e commit 04777bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/apps/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from numbers import Number
import pickle
import random
from typing import List, Optional, Any
from typing import List, Optional
import urllib.error
import urllib.request
import logging
Expand Down

0 comments on commit 04777bc

Please sign in to comment.