Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Add newline after block comments at beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Sep 6, 2020
1 parent f21adfa commit dd069bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Tests the validity of your configuration in settings.py.
"""

import os
import settings as settings

Expand Down
1 change: 1 addition & 0 deletions functions.py.default
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ functions.py
Functions used by imgupload which can be easily customized.
"""

import string
import random

Expand Down
1 change: 1 addition & 0 deletions imgupload.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Flask application for processing images uploaded through POST requests.
"""

from flask import Flask, request, jsonify, Response
from flask_api import status
from pathlib import Path
Expand Down

0 comments on commit dd069bf

Please sign in to comment.