remove unused imports

This commit is contained in:
Axel Kohlmeyer
2022-06-14 10:45:05 -04:00
parent 6abb316dba
commit 2028c68bec
4 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import numpy as np
def reduce_Born(Cf):

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import numpy as np
def reduce_Born(Cf):