From ec3feecb4eebad2a215ec81610df425af32c22ad Mon Sep 17 00:00:00 2001 From: Oskar Sharipov Date: Sat, 25 Dec 2021 16:16:06 +0300 Subject: [PATCH] Remove "import os" from license text --- project/quest/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/quest/models.py b/project/quest/models.py index 4b7a912..89c12a5 100644 --- a/project/quest/models.py +++ b/project/quest/models.py @@ -10,7 +10,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License.import os +# limitations under the License from django.db import models from django.apps import apps -- 2.11.4.GIT