We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f803fc commit 52e0837Copy full SHA for 52e0837
fluentcheck/assertions_is/emptiness.py
@@ -10,4 +10,4 @@ def none(self) -> "Is":
10
@property
11
def not_none(self) -> "Is":
12
self.check.is_not_none()
13
- return self
+ return self
0 commit comments