Skip to content

Commit

Permalink
Fix np
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Aug 13, 2024
1 parent fc7e9c3 commit 4bf4c37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evalme/image/brush.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import numpy as np


class InputStream:
def __init__(self, data):
self.data = data
Expand Down

0 comments on commit 4bf4c37

Please sign in to comment.