Skip to content

Commit

Permalink
In Python 3, the default source encoding is UTF-8 (#1432)
Browse files Browse the repository at this point in the history
No need to explicitly define the source encoding as UTF-8.
  • Loading branch information
DimitriPapadopoulos authored Dec 3, 2023
1 parent 22892dc commit 2f2eddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsspec/implementations/smb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
This module contains SMBFileSystem class responsible for handling access to
Windows Samba network shares by using package smbprotocol
Expand Down

0 comments on commit 2f2eddf

Please sign in to comment.