diff --git a/unsloth/__init__.py b/unsloth/__init__.py index ba55e0acfc..c3baac21d4 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -1,4 +1,4 @@ -""""# Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved. +# Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -83,4 +83,3 @@ pass from .models import * from .save import * -""" \ No newline at end of file