Skip to content

Commit

Permalink
MAINT: fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddkiva committed Dec 20, 2023
1 parent 2d83195 commit 7ef534d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/oddkiva/sara/benchmark/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import numpy as np

import do.sara as sara
import do.shakti as shakti
import oddkiva.sara as sara
import oddkiva.shakti as shakti

import cv2

Expand Down

0 comments on commit 7ef534d

Please sign in to comment.