Skip to content

Commit 97e0c2e

Browse files
Nickgravitonagmangas
authored andcommitted
Fix license header and import order
1 parent 382a1e1 commit 97e0c2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/protocols/http/test_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
import datetime
3+
44
# Copyright (c) 2018 CTIC Centro Tecnologico
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -22,6 +22,7 @@
2222
#
2323
# SPDX-License-Identifier: MIT
2424

25+
import datetime
2526
import json
2627
import random
2728
import ssl

0 commit comments

Comments
 (0)