Skip to content

Commit

Permalink
Import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Dec 15, 2024
1 parent 1bf0421 commit 440521b
Show file tree
Hide file tree
Showing 116 changed files with 1 addition and 118 deletions.
1 change: 0 additions & 1 deletion crc-10/atm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_10_ATM from './atm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-10/cdma2000.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_10_CDMA2000 from './cdma2000.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-10/gsm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_10_GSM from './gsm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-11/flexray.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_11_FLEXRAY from './flexray.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-11/umts.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_11_UMTS from './umts.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-12/cdma2000.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_12_CDMA2000 from './cdma2000.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-12/dect.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_12_DECT from './dect.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-12/gsm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_12_GSM from './gsm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-12/umts.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_12_UMTS from './umts.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-13/bbc.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_13_BBC from './bbc.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-14/darc.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_14_DARC from './darc.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-14/gsm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_14_GSM from './gsm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-15/can.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_15_CAN from './can.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-15/mpt1327.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_15_MPT1327 from './mpt1327.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/arc.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_ARC from './arc.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/cdma2000.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_CDMA2000 from './cdma2000.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/cms.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_CMS from './cms.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/dds-110.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_DDS_110 from './dds-110.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/dect-r.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_DECT_R from './dect-r.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/dect-x.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_DECT_X from './dect-x.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/dnp.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_DNP from './dnp.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/en-13757.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_EN_13757 from './en-13757.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/genibus.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_GENIBUS from './genibus.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/gsm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_GSM from './gsm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/ibm-3740.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_IBM_3740 from './ibm-3740.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/ibm-sdlc.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_IBM_SDLC from './ibm-sdlc.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/iso-iec-14443-3-a.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_ISO_IEC_14443_3_A from './iso-iec-14443-3-a.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/kermit.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_KERMIT from './kermit.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/lj1200.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_LJ1200 from './lj1200.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/m17.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_M17 from './m17.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/maxim-dow.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_MAXIM_DOW from './maxim-dow.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/mcrf4xx.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_MCRF4XX from './mcrf4xx.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/modbus.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_MODBUS from './modbus.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/nrsc-5.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_NRSC_5 from './nrsc-5.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/opensafety-a.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_OPENSAFETY_A from './opensafety-a.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/opensafety-b.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_OPENSAFETY_B from './opensafety-b.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/profibus.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_PROFIBUS from './profibus.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/riello.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_RIELLO from './riello.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/spi-fujitsu.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_SPI_FUJITSU from './spi-fujitsu.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/t10-dif.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_T10_DIF from './t10-dif.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/teledisk.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_TELEDISK from './teledisk.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/tms37157.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_TMS37157 from './tms37157.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/umts.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_UMTS from './umts.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-16/usb.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_USB from './usb.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-16/xmodem.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_16_XMODEM from './xmodem.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-17/can-fd.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_17_CAN_FD from './can-fd.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-21/can-fd.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_21_CAN_FD from './can-fd.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/ble.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_BLE from './ble.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/flexray-a.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_FLEXRAY_A from './flexray-a.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/flexray-b.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_FLEXRAY_B from './flexray-b.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/interlaken.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_INTERLAKEN from './interlaken.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/lte-a.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_LTE_A from './lte-a.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/lte-b.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_LTE_B from './lte-b.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-24/openpgp.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_OPENPGP from './openpgp.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-24/os-9.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_24_OS_9 from './os-9.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-3/gsm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_3_GSM from './gsm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-3/rohc.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_3_ROHC from './rohc.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-30/cdma.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_30_CDMA from './cdma.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-31/philips.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_31_PHILIPS from './philips.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-32/aixm.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_AIXM from './aixm.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-32/autosar.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_AUTOSAR from './autosar.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-32/base91-d.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_BASE91_D from './base91-d.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-32/bzip2.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_BZIP2 from './bzip2.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-32/cd-rom-edc.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_CD_ROM_EDC from './cd-rom-edc.ts';

Deno.test('123456789', () => {
Expand Down
1 change: 0 additions & 1 deletion crc-32/cksum.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_CKSUM from './cksum.ts';

const table = `
Expand Down
1 change: 0 additions & 1 deletion crc-32/iscsi.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import CRC_32_ICSCI from './iscsi.ts';

const table = `
Expand Down
Loading

0 comments on commit 440521b

Please sign in to comment.