Skip to content

Commit

Permalink
Merge pull request #5 from doronz88/refactor/darwin_fs_filename
Browse files Browse the repository at this point in the history
darwin_fs: rename module
  • Loading branch information
doronz88 authored Feb 1, 2022
2 parents 8eb36ff + d139974 commit 36e99c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyzshell/pyzshell/client/darwin_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from cached_property import cached_property

from pyzshell.DarwinFs import DarwinFs
from pyzshell.darwin_fs import DarwinFs
from pyzshell.client.client import Client
from pyzshell.structs.darwin import utsname
from pyzshell.symbol import DarwinSymbol
Expand Down
File renamed without changes.

0 comments on commit 36e99c7

Please sign in to comment.