Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hkunlp
/
Binder
like
32
Runtime error
App
Files
Files
Community
2
main
Binder
/
utils
/
errors.py
Timothyxxx
Init
f6f97d8
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
class
DuplicateColumnsError
(
Exception
):
def
__init__
(
self, msg
):
self.msg = msg