Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 19, 2023
1 parent 837cce9 commit 3f3daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/internals/logger.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cdef extern from "cuml/common/logger.hpp" namespace "ML" nogil:
Logger& get()
void setLevel(int level)
void setPattern(const string& pattern)
void setCallback(void(*callback)(int, const char*) except * )
void setCallback(void(*callback)(int, const char*) except *)
void setFlush(void(*flush)() except *)
bool shouldLogFor(int level) const
int getLevel() const
Expand Down

0 comments on commit 3f3daf6

Please sign in to comment.