mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Remove two imports on one line
This commit is contained in:
parent
37a9b7478f
commit
4bf5f3918e
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import copy
|
||||
import os
|
||||
from xml.etree import ElementTree as ET
|
||||
import os, copy
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue