pmb.helpers.args: Remove please_i_really_need_args()
Compare changes
- Newbyte authored
All call sites that use this have been removed. This was only introduced as a stopgap until we could refactor more code to not use args everywhere, and that has now been achived. As such, remove this so it doesn't get used in more locations.
+ 3
− 13
@@ -3,12 +3,10 @@
@@ -49,7 +47,7 @@ __args: PmbArgs = PmbArgs()
@@ -120,14 +118,6 @@ def init(args: PmbArgs) -> PmbArgs: