Skip to content

Commit 65f3d8b

Browse files
committed
removed unused files
1 parent 8e50f81 commit 65f3d8b

File tree

17 files changed

+3
-106
lines changed

17 files changed

+3
-106
lines changed

.openshift/action_hooks/deploy

-11
This file was deleted.

.openshift/action_hooks/post_deploy

-1
This file was deleted.

.openshift/action_hooks/pre_build

-5
This file was deleted.

.openshift/cron/README.cron

-22
This file was deleted.

.openshift/cron/daily/.gitignore

Whitespace-only changes.

.openshift/cron/hourly/.gitignore

Whitespace-only changes.

.openshift/cron/minutely/.gitignore

Whitespace-only changes.

.openshift/cron/monthly/.gitignore

Whitespace-only changes.

.openshift/cron/weekly/README

-16
This file was deleted.

.openshift/cron/weekly/chrono.dat

-1
This file was deleted.

.openshift/cron/weekly/chronograph

-3
This file was deleted.

.openshift/cron/weekly/jobs.allow

-12
This file was deleted.

.openshift/cron/weekly/jobs.deny

-7
This file was deleted.

.openshift/markers/README

-7
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Atli Thorbjornsson
3+
Copyright (c) 2014 Bruno Rocha
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

flasgger/utils.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# coding: utf-8
22

3+
import yaml
34
import os
45
import jsonschema
56
from jsonschema import ValidationError # noqa
67
from flask import request
78
from functools import wraps
8-
from .base import _extract_definitions, yaml, load_from_file
9+
from .base import _extract_definitions, load_from_file
910

1011

1112
def swag_from(filepath, filetype=None, endpoint=None, methods=None):

wercker.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)