Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson committed Nov 20, 2024
1 parent 91ff7dc commit a5ee513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scimap/plotting/napariGater.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ def napariGater(

# Show warning when function is called
warnings.warn(
"\nNOTE: napariGater() is currently in beta testing. "
"NOTE: napariGater() is currently in beta testing. "
"If you encounter any issues, please report them at: "
"https://github.com/labsyspharm/scimap/issues\n",
"https://github.com/labsyspharm/scimap/issues",
UserWarning,
stacklevel=2,
)
Expand Down

0 comments on commit a5ee513

Please sign in to comment.