Skip to content

Commit

Permalink
removes not needed imports
Browse files Browse the repository at this point in the history
Signed-off-by: cribeul <christian.perwass@de.bosch.com>
  • Loading branch information
cribeul committed Nov 24, 2023
1 parent 9eea53c commit 502a99c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/catharsys/setup/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
# </LICENSE>
###

import imp
import re
import sys
import importlib.util

if sys.version_info < (3, 10):
import importlib_resources as res
Expand Down

0 comments on commit 502a99c

Please sign in to comment.