2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

docstring fix

This commit is contained in:
Matthias 2022-01-11 01:10:59 +01:00
parent 5424ee38e7
commit 56772ccd02
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""class for IntegrationPluginBase and Mixins for it""" """
Class for IntegrationPluginBase and Mixin Base
"""
import logging import logging
import os import os