From c47f2d1c0a203c8c3c505bcd5d9c0db0f6904a1a Mon Sep 17 00:00:00 2001 From: Shikhar Kumar Date: Mon, 8 Apr 2019 13:28:34 -0400 Subject: [PATCH] Remove os.path import --- openmc/cmfd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/cmfd.py b/openmc/cmfd.py index 792479c005..4fa9c9e8fd 100644 --- a/openmc/cmfd.py +++ b/openmc/cmfd.py @@ -17,7 +17,6 @@ import sys import time from ctypes import c_int import warnings -import os.path import numpy as np from scipy import sparse