Skip to content

Commit

Permalink
fixup! Fix sponsors errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 25, 2024
1 parent a120cfd commit 1143bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master-web/master.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# -*- python -*-
# ex: set filetype=python:

from __future__ import absolute_import
from __future__ import print_function

import os
import sys
import time
Expand All @@ -15,9 +18,6 @@ from buildbot.process.remotecommand import RemoteCommand
from twisted.internet import defer
from datetime import timedelta

from __future__ import absolute_import
from __future__ import print_function

from flask import Flask
from flask import render_template

Expand Down

0 comments on commit 1143bb3

Please sign in to comment.