Skip to content

Commit 2f2eddf

Browse files
In Python 3, the default source encoding is UTF-8 (#1432)
No need to explicitly define the source encoding as UTF-8.
1 parent 22892dc commit 2f2eddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fsspec/implementations/smb.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
This module contains SMBFileSystem class responsible for handling access to
43
Windows Samba network shares by using package smbprotocol

0 commit comments

Comments
 (0)