Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jan 30, 2024
1 parent 842ca82 commit 1ac1949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ghidrathon_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.

import importlib
import importlib.util
import argparse
import pathlib
import logging
Expand Down

0 comments on commit 1ac1949

Please sign in to comment.