Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 14, 2024
1 parent 602f177 commit f04236a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mobsfscan/mobsfscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@


class MobSFScan:
def __init__(self, paths, json, scan_type='auto', config=False, mp='default') -> None:
def __init__(
self,
paths,
json,
scan_type='auto',
config=False,
mp='default') -> None:
self.scan_type = scan_type
self.conf = get_config(paths, config)
self.options = {
Expand Down

0 comments on commit f04236a

Please sign in to comment.